Enum noosphere_cli::render::JobKind
source · pub enum JobKind {
Root {
force_full_render: bool,
},
Peer(Did, Cid, LinkRecord),
RefreshPeers,
}Expand description
The kind of render work to be performed by a SphereRenderJob. The effects of using each variant have a lot of overlap, but the specific results vary significantly
Variants§
Root
A job that renders the root sphere
Peer(Did, Cid, LinkRecord)
A job that renders a peer (or peer-of-a-peer) of the root sphere
RefreshPeers
A job that renders just the peers of the root sphere
Trait Implementations§
source§impl PartialEq for JobKind
impl PartialEq for JobKind
impl Eq for JobKind
impl StructuralEq for JobKind
impl StructuralPartialEq for JobKind
Auto Trait Implementations§
impl RefUnwindSafe for JobKind
impl Send for JobKind
impl Sync for JobKind
impl Unpin for JobKind
impl UnwindSafe for JobKind
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
§impl<T> CompatExt for T
impl<T> CompatExt for T
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more