pub struct UserOrganizations { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for UserOrganizations
impl !RefUnwindSafe for UserOrganizations
impl Send for UserOrganizations
impl Sync for UserOrganizations
impl Unpin for UserOrganizations
impl !UnwindSafe for UserOrganizations
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