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