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