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