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