pub struct showMyDialogues;
Trait Implementations§
Source§impl Field for showMyDialogues
impl Field for showMyDialogues
impl HasInputField<showMyDialogues, Option<bool>> for UpdateUserDataInput
Auto Trait Implementations§
impl Freeze for showMyDialogues
impl RefUnwindSafe for showMyDialogues
impl Send for showMyDialogues
impl Sync for showMyDialogues
impl Unpin for showMyDialogues
impl UnwindSafe for showMyDialogues
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