pub struct OrganizationRenamed { /* private fields */ }Implementations§
Source§impl OrganizationRenamed
impl OrganizationRenamed
pub fn action<T>(self, value: T) -> Self
pub fn changes<T>(self, value: T) -> Self
pub fn installation<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 OrganizationRenamed
impl Clone for OrganizationRenamed
Source§fn clone(&self) -> OrganizationRenamed
fn clone(&self) -> OrganizationRenamed
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 OrganizationRenamed
impl Debug for OrganizationRenamed
Source§impl Default for OrganizationRenamed
impl Default for OrganizationRenamed
Source§impl From<OrganizationRenamed> for OrganizationRenamed
impl From<OrganizationRenamed> for OrganizationRenamed
Source§fn from(value: OrganizationRenamed) -> Self
fn from(value: OrganizationRenamed) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for OrganizationRenamed
impl RefUnwindSafe for OrganizationRenamed
impl Send for OrganizationRenamed
impl Sync for OrganizationRenamed
impl Unpin for OrganizationRenamed
impl UnwindSafe for OrganizationRenamed
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