Struct ghsec::checks::code_review_limits::CodeReviewLimits
source · pub struct CodeReviewLimits;
Expand description
Implementation for the code_review_limits
check
Trait Implementations§
source§impl AccountCheck for CodeReviewLimits
impl AccountCheck for CodeReviewLimits
source§impl Clone for CodeReviewLimits
impl Clone for CodeReviewLimits
source§fn clone(&self) -> CodeReviewLimits
fn clone(&self) -> CodeReviewLimits
Returns a copy 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 CodeReviewLimits
impl Debug for CodeReviewLimits
source§impl Default for CodeReviewLimits
impl Default for CodeReviewLimits
source§fn default() -> CodeReviewLimits
fn default() -> CodeReviewLimits
Returns the “default value” for a type. Read more
source§impl From<CodeReviewLimits> for AccountChecks
impl From<CodeReviewLimits> for AccountChecks
source§fn from(v: CodeReviewLimits) -> AccountChecks
fn from(v: CodeReviewLimits) -> AccountChecks
Converts to this type from the input type.
source§impl TryInto<CodeReviewLimits> for AccountChecks
impl TryInto<CodeReviewLimits> for AccountChecks
impl Copy for CodeReviewLimits
Auto Trait Implementations§
impl Freeze for CodeReviewLimits
impl RefUnwindSafe for CodeReviewLimits
impl Send for CodeReviewLimits
impl Sync for CodeReviewLimits
impl Unpin for CodeReviewLimits
impl UnwindSafe for CodeReviewLimits
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