pub struct refs;
Trait Implementations§
Source§impl HasArgument<after> for refs
impl HasArgument<after> for refs
Source§impl HasArgument<before> for refs
impl HasArgument<before> for refs
Source§impl HasArgument<direction> for refs
impl HasArgument<direction> for refs
Source§type ArgumentType = Option<OrderDirection>
type ArgumentType = Option<OrderDirection>
The schema marker type of this argument.
Source§impl HasArgument<first> for refs
impl HasArgument<first> for refs
Source§impl HasArgument<last> for refs
impl HasArgument<last> for refs
Source§impl HasArgument<orderBy> for refs
impl HasArgument<orderBy> for refs
Source§impl HasArgument<query> for refs
impl HasArgument<query> for refs
Source§impl HasArgument<refPrefix> for refs
impl HasArgument<refPrefix> for refs
Source§impl HasField<refs> for Repository
impl HasField<refs> for Repository
Source§type Type = Option<RefConnection>
type Type = Option<RefConnection>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for refs
impl RefUnwindSafe for refs
impl Send for refs
impl Sync for refs
impl Unpin for refs
impl UnwindSafe for refs
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