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