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