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