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