pub struct edges;Trait Implementations§
Source§impl HasField<edges> for ExternalUserConnection
impl HasField<edges> for ExternalUserConnection
Source§type Type = Vec<ExternalUserEdge>
type Type = Vec<ExternalUserEdge>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for edges
impl RefUnwindSafe for edges
impl Send for edges
impl Sync for edges
impl Unpin for edges
impl UnwindSafe for edges
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