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