pub struct ActionsSecret {
pub name: String,
pub created_at: String,
pub updated_at: String,
}
Expand description
ActionsSecret : Set secrets for GitHub Actions.
Fields§
§name: String
The name of the secret.
created_at: String
§updated_at: String
Implementations§
Source§impl ActionsSecret
impl ActionsSecret
Trait Implementations§
Source§impl Clone for ActionsSecret
impl Clone for ActionsSecret
Source§fn clone(&self) -> ActionsSecret
fn clone(&self) -> ActionsSecret
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 ActionsSecret
impl Debug for ActionsSecret
Source§impl Default for ActionsSecret
impl Default for ActionsSecret
Source§fn default() -> ActionsSecret
fn default() -> ActionsSecret
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ActionsSecret
impl<'de> Deserialize<'de> for ActionsSecret
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ActionsSecret
impl PartialEq for ActionsSecret
Source§impl Serialize for ActionsSecret
impl Serialize for ActionsSecret
impl StructuralPartialEq for ActionsSecret
Auto Trait Implementations§
impl Freeze for ActionsSecret
impl RefUnwindSafe for ActionsSecret
impl Send for ActionsSecret
impl Sync for ActionsSecret
impl Unpin for ActionsSecret
impl UnwindSafe for ActionsSecret
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