pub struct repositoryName;
Trait Implementations§
Source§impl Field for repositoryName
impl Field for repositoryName
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 repositoryName
impl RefUnwindSafe for repositoryName
impl Send for repositoryName
impl Sync for repositoryName
impl Unpin for repositoryName
impl UnwindSafe for repositoryName
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