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