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