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