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