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