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