pub struct GetSaved {}Expand description
Trait Implementations§
Source§impl Identifiable for GetSaved
impl Identifiable for GetSaved
Source§const CONSTRUCTOR_ID: u32 = 0x82f1e39f
const CONSTRUCTOR_ID: u32 = 0x82f1e39f
The constructor ID as specified in the TL schema.
Source§impl RemoteCall for GetSaved
impl RemoteCall for GetSaved
Source§type Return = Vec<SavedContact>
type Return = Vec<SavedContact>
The deserialized response type.
Source§impl Serializable for GetSaved
impl Serializable for GetSaved
impl StructuralPartialEq for GetSaved
Auto Trait Implementations§
impl Freeze for GetSaved
impl RefUnwindSafe for GetSaved
impl Send for GetSaved
impl Sync for GetSaved
impl Unpin for GetSaved
impl UnsafeUnpin for GetSaved
impl UnwindSafe for GetSaved
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