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