pub enum GraphCanvasSelection {
Knowledge,
Code,
Mixed,
}Expand description
Storage-level graph canvas selection without depending on Web API types.
Variants§
Implementations§
Source§impl GraphCanvasSelection
impl GraphCanvasSelection
pub const fn includes_knowledge(self) -> bool
pub const fn includes_code(self) -> bool
Trait Implementations§
Source§impl Clone for GraphCanvasSelection
impl Clone for GraphCanvasSelection
Source§fn clone(&self) -> GraphCanvasSelection
fn clone(&self) -> GraphCanvasSelection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GraphCanvasSelection
Source§impl Debug for GraphCanvasSelection
impl Debug for GraphCanvasSelection
impl Eq for GraphCanvasSelection
Source§impl PartialEq for GraphCanvasSelection
impl PartialEq for GraphCanvasSelection
impl StructuralPartialEq for GraphCanvasSelection
Auto Trait Implementations§
impl Freeze for GraphCanvasSelection
impl RefUnwindSafe for GraphCanvasSelection
impl Send for GraphCanvasSelection
impl Sync for GraphCanvasSelection
impl Unpin for GraphCanvasSelection
impl UnsafeUnpin for GraphCanvasSelection
impl UnwindSafe for GraphCanvasSelection
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<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.