pub struct refName;
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.
Auto Trait Implementations§
impl Freeze for refName
impl RefUnwindSafe for refName
impl Send for refName
impl Sync for refName
impl Unpin for refName
impl UnwindSafe for refName
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