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