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