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