pub struct ReposUpdateRequestSecurityAndAnalysisSecretScanning {
pub status: Option<String>,
}
Expand description
ReposUpdateRequestSecurityAndAnalysisSecretScanning : Use the status
property to enable or disable secret scanning for this repository. For more information, see "About secret scanning."
Fields§
§status: Option<String>
Can be enabled
or disabled
.
Implementations§
Source§impl ReposUpdateRequestSecurityAndAnalysisSecretScanning
impl ReposUpdateRequestSecurityAndAnalysisSecretScanning
Sourcepub fn new() -> ReposUpdateRequestSecurityAndAnalysisSecretScanning
pub fn new() -> ReposUpdateRequestSecurityAndAnalysisSecretScanning
Use the status
property to enable or disable secret scanning for this repository. For more information, see "About secret scanning."
Trait Implementations§
Source§impl Clone for ReposUpdateRequestSecurityAndAnalysisSecretScanning
impl Clone for ReposUpdateRequestSecurityAndAnalysisSecretScanning
Source§fn clone(&self) -> ReposUpdateRequestSecurityAndAnalysisSecretScanning
fn clone(&self) -> ReposUpdateRequestSecurityAndAnalysisSecretScanning
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 ReposUpdateRequestSecurityAndAnalysisSecretScanning
impl Default for ReposUpdateRequestSecurityAndAnalysisSecretScanning
Source§fn default() -> ReposUpdateRequestSecurityAndAnalysisSecretScanning
fn default() -> ReposUpdateRequestSecurityAndAnalysisSecretScanning
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReposUpdateRequestSecurityAndAnalysisSecretScanning
impl<'de> Deserialize<'de> for ReposUpdateRequestSecurityAndAnalysisSecretScanning
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 ReposUpdateRequestSecurityAndAnalysisSecretScanning
impl PartialEq for ReposUpdateRequestSecurityAndAnalysisSecretScanning
Source§fn eq(
&self,
other: &ReposUpdateRequestSecurityAndAnalysisSecretScanning,
) -> bool
fn eq( &self, other: &ReposUpdateRequestSecurityAndAnalysisSecretScanning, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ReposUpdateRequestSecurityAndAnalysisSecretScanning
Auto Trait Implementations§
impl Freeze for ReposUpdateRequestSecurityAndAnalysisSecretScanning
impl RefUnwindSafe for ReposUpdateRequestSecurityAndAnalysisSecretScanning
impl Send for ReposUpdateRequestSecurityAndAnalysisSecretScanning
impl Sync for ReposUpdateRequestSecurityAndAnalysisSecretScanning
impl Unpin for ReposUpdateRequestSecurityAndAnalysisSecretScanning
impl UnwindSafe for ReposUpdateRequestSecurityAndAnalysisSecretScanning
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