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