pub struct watching;Trait Implementations§
Source§impl HasArgument<affiliations> for watching
impl HasArgument<affiliations> for watching
Source§impl HasArgument<after> for watching
impl HasArgument<after> for watching
Source§impl HasArgument<before> for watching
impl HasArgument<before> for watching
Source§impl HasArgument<first> for watching
impl HasArgument<first> for watching
Source§impl HasArgument<isLocked> for watching
impl HasArgument<isLocked> for watching
Source§impl HasArgument<last> for watching
impl HasArgument<last> for watching
Source§impl HasArgument<orderBy> for watching
impl HasArgument<orderBy> for watching
Source§type ArgumentType = Option<RepositoryOrder>
type ArgumentType = Option<RepositoryOrder>
The schema marker type of this argument.
Source§impl HasArgument<ownerAffiliations> for watching
impl HasArgument<ownerAffiliations> for watching
Source§impl HasArgument<privacy> for watching
impl HasArgument<privacy> for watching
Source§type ArgumentType = Option<RepositoryPrivacy>
type ArgumentType = Option<RepositoryPrivacy>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for watching
impl RefUnwindSafe for watching
impl Send for watching
impl Sync for watching
impl Unpin for watching
impl UnwindSafe for watching
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