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