Enum linkspace::query::KnownOptions
pub enum KnownOptions {
Mode,
Qid,
Follow,
NotifyClose,
}
Variants§
Mode
which index to walk when reading from the database
Qid
The arg is the query id under which to operate. Can be overwritten or closed. Is required for lk_watch but not for lk_get*.
Follow
try and also return the linked packets.
NotifyClose
(not supported by lk_watch) - append the request on finish - ignores the first callback Break to deliver the request on dropping
Implementations§
§impl KnownOptions
impl KnownOptions
Trait Implementations§
§impl Clone for KnownOptions
impl Clone for KnownOptions
§fn clone(&self) -> KnownOptions
fn clone(&self) -> KnownOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Display for KnownOptions
impl Display for KnownOptions
§impl FromStr for KnownOptions
impl FromStr for KnownOptions
impl Copy for KnownOptions
Auto Trait Implementations§
impl RefUnwindSafe for KnownOptions
impl Send for KnownOptions
impl Sync for KnownOptions
impl Unpin for KnownOptions
impl UnwindSafe for KnownOptions
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