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