pub struct GoogleSlidesEmbed {
pub url: GoogleSlideId,
}
Expand description
Google slides host embed url
Fields§
§url: GoogleSlideId
url of the YouTube video
Trait Implementations§
Source§impl Clone for GoogleSlidesEmbed
impl Clone for GoogleSlidesEmbed
Source§fn clone(&self) -> GoogleSlidesEmbed
fn clone(&self) -> GoogleSlidesEmbed
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GoogleSlidesEmbed
impl Debug for GoogleSlidesEmbed
Source§impl<'de> Deserialize<'de> for GoogleSlidesEmbed
impl<'de> Deserialize<'de> for GoogleSlidesEmbed
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GoogleSlidesEmbed
impl PartialEq for GoogleSlidesEmbed
Source§impl Serialize for GoogleSlidesEmbed
impl Serialize for GoogleSlidesEmbed
impl StructuralPartialEq for GoogleSlidesEmbed
Auto Trait Implementations§
impl Freeze for GoogleSlidesEmbed
impl RefUnwindSafe for GoogleSlidesEmbed
impl Send for GoogleSlidesEmbed
impl Sync for GoogleSlidesEmbed
impl Unpin for GoogleSlidesEmbed
impl UnwindSafe for GoogleSlidesEmbed
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more