pub struct GoogleDocsEmbed {
pub url: GoogleDocId,
}
Expand description
Google docs host embed url
Fields§
§url: GoogleDocId
url of the YouTube video
Trait Implementations§
Source§impl Clone for GoogleDocsEmbed
impl Clone for GoogleDocsEmbed
Source§fn clone(&self) -> GoogleDocsEmbed
fn clone(&self) -> GoogleDocsEmbed
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 GoogleDocsEmbed
impl Debug for GoogleDocsEmbed
Source§impl<'de> Deserialize<'de> for GoogleDocsEmbed
impl<'de> Deserialize<'de> for GoogleDocsEmbed
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 GoogleDocsEmbed
impl PartialEq for GoogleDocsEmbed
Source§impl Serialize for GoogleDocsEmbed
impl Serialize for GoogleDocsEmbed
impl StructuralPartialEq for GoogleDocsEmbed
Auto Trait Implementations§
impl Freeze for GoogleDocsEmbed
impl RefUnwindSafe for GoogleDocsEmbed
impl Send for GoogleDocsEmbed
impl Sync for GoogleDocsEmbed
impl Unpin for GoogleDocsEmbed
impl UnwindSafe for GoogleDocsEmbed
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