pub struct UpdatePtsChanged {}Expand description
Trait Implementations§
Source§impl Clone for UpdatePtsChanged
impl Clone for UpdatePtsChanged
Source§fn clone(&self) -> UpdatePtsChanged
fn clone(&self) -> UpdatePtsChanged
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 UpdatePtsChanged
impl Debug for UpdatePtsChanged
Source§impl Deserializable for UpdatePtsChanged
impl Deserializable for UpdatePtsChanged
Source§fn deserialize(_buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(_buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<UpdatePtsChanged> for Update
impl From<UpdatePtsChanged> for Update
Source§fn from(_x: UpdatePtsChanged) -> Self
fn from(_x: UpdatePtsChanged) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdatePtsChanged
impl Identifiable for UpdatePtsChanged
Source§const CONSTRUCTOR_ID: u32 = 0x3354678f
const CONSTRUCTOR_ID: u32 = 0x3354678f
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdatePtsChanged
impl PartialEq for UpdatePtsChanged
Source§impl Serializable for UpdatePtsChanged
impl Serializable for UpdatePtsChanged
impl StructuralPartialEq for UpdatePtsChanged
Auto Trait Implementations§
impl Freeze for UpdatePtsChanged
impl RefUnwindSafe for UpdatePtsChanged
impl Send for UpdatePtsChanged
impl Sync for UpdatePtsChanged
impl Unpin for UpdatePtsChanged
impl UnsafeUnpin for UpdatePtsChanged
impl UnwindSafe for UpdatePtsChanged
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