pub struct selector;
Trait Implementations§
Source§impl HasArgument<selector> for updateNotification
impl HasArgument<selector> for updateNotification
Source§type ArgumentType = SelectorInput
type ArgumentType = SelectorInput
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for selector
impl RefUnwindSafe for selector
impl Send for selector
impl Sync for selector
impl Unpin for selector
impl UnwindSafe for selector
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