pub struct CustomerEdge;Trait Implementations§
Source§impl HasField<__typename> for CustomerEdge
impl HasField<__typename> for CustomerEdge
Source§impl HasField<cursor> for CustomerEdge
impl HasField<cursor> for CustomerEdge
Source§impl HasField<node> for CustomerEdge
impl HasField<node> for CustomerEdge
Auto Trait Implementations§
impl Freeze for CustomerEdge
impl RefUnwindSafe for CustomerEdge
impl Send for CustomerEdge
impl Sync for CustomerEdge
impl Unpin for CustomerEdge
impl UnwindSafe for CustomerEdge
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