pub struct TextEntityTypeMediaTimestamp { /* private fields */ }
Expand description
A media timestamp
Implementations§
Trait Implementations§
Source§impl AsRef<TextEntityTypeMediaTimestamp> for TextEntityTypeMediaTimestamp
impl AsRef<TextEntityTypeMediaTimestamp> for TextEntityTypeMediaTimestamp
Source§fn as_ref(&self) -> &TextEntityTypeMediaTimestamp
fn as_ref(&self) -> &TextEntityTypeMediaTimestamp
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for TextEntityTypeMediaTimestamp
impl Clone for TextEntityTypeMediaTimestamp
Source§fn clone(&self) -> TextEntityTypeMediaTimestamp
fn clone(&self) -> TextEntityTypeMediaTimestamp
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 TextEntityTypeMediaTimestamp
impl Debug for TextEntityTypeMediaTimestamp
Source§impl Default for TextEntityTypeMediaTimestamp
impl Default for TextEntityTypeMediaTimestamp
Source§fn default() -> TextEntityTypeMediaTimestamp
fn default() -> TextEntityTypeMediaTimestamp
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TextEntityTypeMediaTimestamp
impl<'de> Deserialize<'de> for TextEntityTypeMediaTimestamp
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
impl TDTextEntityType for TextEntityTypeMediaTimestamp
Auto Trait Implementations§
impl Freeze for TextEntityTypeMediaTimestamp
impl RefUnwindSafe for TextEntityTypeMediaTimestamp
impl Send for TextEntityTypeMediaTimestamp
impl Sync for TextEntityTypeMediaTimestamp
impl Unpin for TextEntityTypeMediaTimestamp
impl UnwindSafe for TextEntityTypeMediaTimestamp
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