pub struct enforcement;
Trait Implementations§
Source§impl Field for enforcement
impl Field for enforcement
Source§impl HasField<enforcement> for RepositoryRuleset
impl HasField<enforcement> for RepositoryRuleset
Source§type Type = RuleEnforcement
type Type = RuleEnforcement
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for enforcement
impl RefUnwindSafe for enforcement
impl Send for enforcement
impl Sync for enforcement
impl Unpin for enforcement
impl UnwindSafe for enforcement
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