pub struct MessageAutoDeleteTimerChanged {
    pub message_auto_delete_time: i32,
}Fields§
§message_auto_delete_time: i32Implementations§
source§impl MessageAutoDeleteTimerChanged
 
impl MessageAutoDeleteTimerChanged
pub fn from_json(data: JsonValue) -> MessageAutoDeleteTimerChanged
pub fn to_json(&self) -> JsonValue
pub fn empty() -> MessageAutoDeleteTimerChanged
Trait Implementations§
source§impl From<MessageAutoDeleteTimerChanged> for JsonValue
 
impl From<MessageAutoDeleteTimerChanged> for JsonValue
source§fn from(u: MessageAutoDeleteTimerChanged) -> Self
 
fn from(u: MessageAutoDeleteTimerChanged) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for MessageAutoDeleteTimerChanged
impl Send for MessageAutoDeleteTimerChanged
impl Sync for MessageAutoDeleteTimerChanged
impl Unpin for MessageAutoDeleteTimerChanged
impl UnwindSafe for MessageAutoDeleteTimerChanged
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