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