pub struct suggestForCuratedUsernames;
Trait Implementations§
Source§impl Field for suggestForCuratedUsernames
impl Field for suggestForCuratedUsernames
Auto Trait Implementations§
impl Freeze for suggestForCuratedUsernames
impl RefUnwindSafe for suggestForCuratedUsernames
impl Send for suggestForCuratedUsernames
impl Sync for suggestForCuratedUsernames
impl Unpin for suggestForCuratedUsernames
impl UnwindSafe for suggestForCuratedUsernames
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