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