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