pub struct GoogleFormId(pub String);
Expand description
GoogleForm host google form url
Tuple Fields§
§0: String
Trait Implementations§
Source§impl Clone for GoogleFormId
impl Clone for GoogleFormId
Source§fn clone(&self) -> GoogleFormId
fn clone(&self) -> GoogleFormId
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 GoogleFormId
impl Debug for GoogleFormId
Source§impl<'de> Deserialize<'de> for GoogleFormId
impl<'de> Deserialize<'de> for GoogleFormId
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 GoogleFormId
impl PartialEq for GoogleFormId
Source§impl Serialize for GoogleFormId
impl Serialize for GoogleFormId
impl StructuralPartialEq for GoogleFormId
Auto Trait Implementations§
impl Freeze for GoogleFormId
impl RefUnwindSafe for GoogleFormId
impl Send for GoogleFormId
impl Sync for GoogleFormId
impl Unpin for GoogleFormId
impl UnwindSafe for GoogleFormId
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