pub struct links;Trait Implementations§
Source§impl HasArgument<after> for links
impl HasArgument<after> for links
Source§impl HasArgument<before> for links
impl HasArgument<before> for links
Source§impl HasArgument<first> for links
impl HasArgument<first> for links
Source§impl HasArgument<includeArchived> for links
impl HasArgument<includeArchived> for links
Source§impl HasArgument<last> for links
impl HasArgument<last> for links
Source§impl HasArgument<orderBy> for links
impl HasArgument<orderBy> for links
Source§type ArgumentType = Option<PaginationOrderBy>
type ArgumentType = Option<PaginationOrderBy>
The schema marker type of this argument.
Source§impl HasField<links> for Initiative
impl HasField<links> for Initiative
Source§type Type = EntityExternalLinkConnection
type Type = EntityExternalLinkConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for links
impl RefUnwindSafe for links
impl Send for links
impl Sync for links
impl Unpin for links
impl UnwindSafe for links
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