pub struct LoggedOut {
pub future_auth_token: Option<Vec<u8>>,
}Expand description
Generated from:
auth.loggedOut#c3a2835f flags:# future_auth_token:flags.0?bytes = auth.LoggedOutFields§
§future_auth_token: Option<Vec<u8>>Trait Implementations§
Source§impl Deserializable for LoggedOut
impl Deserializable for LoggedOut
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 Identifiable for LoggedOut
impl Identifiable for LoggedOut
Source§const CONSTRUCTOR_ID: u32 = 0xc3a2835f
const CONSTRUCTOR_ID: u32 = 0xc3a2835f
The constructor ID as specified in the TL schema.
Source§impl Serializable for LoggedOut
impl Serializable for LoggedOut
impl StructuralPartialEq for LoggedOut
Auto Trait Implementations§
impl Freeze for LoggedOut
impl RefUnwindSafe for LoggedOut
impl Send for LoggedOut
impl Sync for LoggedOut
impl Unpin for LoggedOut
impl UnsafeUnpin for LoggedOut
impl UnwindSafe for LoggedOut
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