pub struct UpdateGeoLiveViewed {
pub peer: Peer,
pub msg_id: i32,
}Expand description
Fields§
§peer: Peer§msg_id: i32Trait Implementations§
Source§impl Clone for UpdateGeoLiveViewed
impl Clone for UpdateGeoLiveViewed
Source§fn clone(&self) -> UpdateGeoLiveViewed
fn clone(&self) -> UpdateGeoLiveViewed
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 UpdateGeoLiveViewed
impl Debug for UpdateGeoLiveViewed
Source§impl Deserializable for UpdateGeoLiveViewed
impl Deserializable for UpdateGeoLiveViewed
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<UpdateGeoLiveViewed> for Update
impl From<UpdateGeoLiveViewed> for Update
Source§fn from(x: UpdateGeoLiveViewed) -> Self
fn from(x: UpdateGeoLiveViewed) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdateGeoLiveViewed
impl Identifiable for UpdateGeoLiveViewed
Source§const CONSTRUCTOR_ID: u32 = 0x871fb939
const CONSTRUCTOR_ID: u32 = 0x871fb939
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateGeoLiveViewed
impl PartialEq for UpdateGeoLiveViewed
Source§impl Serializable for UpdateGeoLiveViewed
impl Serializable for UpdateGeoLiveViewed
Source§impl TryFrom<Update> for UpdateGeoLiveViewed
impl TryFrom<Update> for UpdateGeoLiveViewed
impl StructuralPartialEq for UpdateGeoLiveViewed
Auto Trait Implementations§
impl Freeze for UpdateGeoLiveViewed
impl RefUnwindSafe for UpdateGeoLiveViewed
impl Send for UpdateGeoLiveViewed
impl Sync for UpdateGeoLiveViewed
impl Unpin for UpdateGeoLiveViewed
impl UnsafeUnpin for UpdateGeoLiveViewed
impl UnwindSafe for UpdateGeoLiveViewed
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