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