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