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