pub struct bypassMode;
Trait Implementations§
Source§impl Field for bypassMode
impl Field for bypassMode
impl HasInputField<bypassMode, Option<RuleBypassMode>> for CreateRepositoryRulesetInput
Auto Trait Implementations§
impl Freeze for bypassMode
impl RefUnwindSafe for bypassMode
impl Send for bypassMode
impl Sync for bypassMode
impl Unpin for bypassMode
impl UnwindSafe for bypassMode
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