pub struct rules;
Trait Implementations§
impl HasInputField<rules, Option<Vec<RepositoryRuleInput>>> for CreateRepositoryRulesetInput
Auto Trait Implementations§
impl Freeze for rules
impl RefUnwindSafe for rules
impl Send for rules
impl Sync for rules
impl Unpin for rules
impl UnwindSafe for rules
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