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