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