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