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