pub struct MessageExpiredVideo {}
Expand description
An expired video message (self-destructed after TTL has elapsed)
Trait Implementations§
Source§impl Clone for MessageExpiredVideo
impl Clone for MessageExpiredVideo
Source§fn clone(&self) -> MessageExpiredVideo
fn clone(&self) -> MessageExpiredVideo
Returns a duplicate 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 MessageExpiredVideo
impl Debug for MessageExpiredVideo
Source§impl<'de> Deserialize<'de> for MessageExpiredVideo
impl<'de> Deserialize<'de> for MessageExpiredVideo
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
Auto Trait Implementations§
impl Freeze for MessageExpiredVideo
impl RefUnwindSafe for MessageExpiredVideo
impl Send for MessageExpiredVideo
impl Sync for MessageExpiredVideo
impl Unpin for MessageExpiredVideo
impl UnwindSafe for MessageExpiredVideo
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