pub struct OrganizationDeleted { /* private fields */ }
Implementations§
Source§impl OrganizationDeleted
impl OrganizationDeleted
pub fn action<T>(self, value: T) -> Self
pub fn installation<T>(self, value: T) -> Self
pub fn membership<T>(self, value: T) -> Self
pub fn organization<T>(self, value: T) -> Self
pub fn sender<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for OrganizationDeleted
impl Clone for OrganizationDeleted
Source§fn clone(&self) -> OrganizationDeleted
fn clone(&self) -> OrganizationDeleted
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for OrganizationDeleted
impl Debug for OrganizationDeleted
Source§impl Default for OrganizationDeleted
impl Default for OrganizationDeleted
Source§impl From<OrganizationDeleted> for OrganizationDeleted
impl From<OrganizationDeleted> for OrganizationDeleted
Source§fn from(value: OrganizationDeleted) -> Self
fn from(value: OrganizationDeleted) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for OrganizationDeleted
impl RefUnwindSafe for OrganizationDeleted
impl Send for OrganizationDeleted
impl Sync for OrganizationDeleted
impl Unpin for OrganizationDeleted
impl UnwindSafe for OrganizationDeleted
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