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