pub struct RawUpdate {
pub constructor_id: u32,
}Expand description
A TL update that has no dedicated high-level variant yet.
Fields§
§constructor_id: u32Constructor ID of the inner update.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawUpdate
impl RefUnwindSafe for RawUpdate
impl Send for RawUpdate
impl Sync for RawUpdate
impl Unpin for RawUpdate
impl UnsafeUnpin for RawUpdate
impl UnwindSafe for RawUpdate
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