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