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