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