pub struct RepoCodespacesSecret {
pub name: String,
pub created_at: String,
pub updated_at: String,
}
Expand description
RepoCodespacesSecret : Set repository secrets for GitHub Codespaces.
Fields§
§name: String
The name of the secret.
created_at: String
§updated_at: String
Implementations§
Trait Implementations§
Source§impl Clone for RepoCodespacesSecret
impl Clone for RepoCodespacesSecret
Source§fn clone(&self) -> RepoCodespacesSecret
fn clone(&self) -> RepoCodespacesSecret
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 RepoCodespacesSecret
impl Debug for RepoCodespacesSecret
Source§impl Default for RepoCodespacesSecret
impl Default for RepoCodespacesSecret
Source§fn default() -> RepoCodespacesSecret
fn default() -> RepoCodespacesSecret
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RepoCodespacesSecret
impl<'de> Deserialize<'de> for RepoCodespacesSecret
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 RepoCodespacesSecret
impl PartialEq for RepoCodespacesSecret
Source§impl Serialize for RepoCodespacesSecret
impl Serialize for RepoCodespacesSecret
impl StructuralPartialEq for RepoCodespacesSecret
Auto Trait Implementations§
impl Freeze for RepoCodespacesSecret
impl RefUnwindSafe for RepoCodespacesSecret
impl Send for RepoCodespacesSecret
impl Sync for RepoCodespacesSecret
impl Unpin for RepoCodespacesSecret
impl UnwindSafe for RepoCodespacesSecret
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