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