pub struct SecurityAndAnalysisDependabotSecurityUpdates {
pub status: Option<Status>,
}
Expand description
SecurityAndAnalysisDependabotSecurityUpdates : Enable or disable Dependabot security updates for the repository.
Fields§
§status: Option<Status>
The enablement status of Dependabot security updates for the repository.
Implementations§
Source§impl SecurityAndAnalysisDependabotSecurityUpdates
impl SecurityAndAnalysisDependabotSecurityUpdates
Sourcepub fn new() -> SecurityAndAnalysisDependabotSecurityUpdates
pub fn new() -> SecurityAndAnalysisDependabotSecurityUpdates
Enable or disable Dependabot security updates for the repository.
Trait Implementations§
Source§impl Clone for SecurityAndAnalysisDependabotSecurityUpdates
impl Clone for SecurityAndAnalysisDependabotSecurityUpdates
Source§fn clone(&self) -> SecurityAndAnalysisDependabotSecurityUpdates
fn clone(&self) -> SecurityAndAnalysisDependabotSecurityUpdates
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 Default for SecurityAndAnalysisDependabotSecurityUpdates
impl Default for SecurityAndAnalysisDependabotSecurityUpdates
Source§fn default() -> SecurityAndAnalysisDependabotSecurityUpdates
fn default() -> SecurityAndAnalysisDependabotSecurityUpdates
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SecurityAndAnalysisDependabotSecurityUpdates
impl<'de> Deserialize<'de> for SecurityAndAnalysisDependabotSecurityUpdates
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 SecurityAndAnalysisDependabotSecurityUpdates
impl PartialEq for SecurityAndAnalysisDependabotSecurityUpdates
Source§fn eq(&self, other: &SecurityAndAnalysisDependabotSecurityUpdates) -> bool
fn eq(&self, other: &SecurityAndAnalysisDependabotSecurityUpdates) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for SecurityAndAnalysisDependabotSecurityUpdates
Auto Trait Implementations§
impl Freeze for SecurityAndAnalysisDependabotSecurityUpdates
impl RefUnwindSafe for SecurityAndAnalysisDependabotSecurityUpdates
impl Send for SecurityAndAnalysisDependabotSecurityUpdates
impl Sync for SecurityAndAnalysisDependabotSecurityUpdates
impl Unpin for SecurityAndAnalysisDependabotSecurityUpdates
impl UnwindSafe for SecurityAndAnalysisDependabotSecurityUpdates
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