pub struct UpdateRepositoryRulesetPayload;
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 UpdateRepositoryRulesetPayload
impl RefUnwindSafe for UpdateRepositoryRulesetPayload
impl Send for UpdateRepositoryRulesetPayload
impl Sync for UpdateRepositoryRulesetPayload
impl Unpin for UpdateRepositoryRulesetPayload
impl UnwindSafe for UpdateRepositoryRulesetPayload
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