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