pub struct MessageAutoDeleteTimerChanged {
pub message_auto_delete_time: i32,
}
Fields§
§message_auto_delete_time: i32
Implementations§
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 Freeze for MessageAutoDeleteTimerChanged
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