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