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