pub enum SessionReadScope {
FullGraph,
ActivePath {
leaf_node_id: Option<String>,
},
}Variants§
Trait Implementations§
Source§impl Clone for SessionReadScope
impl Clone for SessionReadScope
Source§fn clone(&self) -> SessionReadScope
fn clone(&self) -> SessionReadScope
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 moreSource§impl Debug for SessionReadScope
impl Debug for SessionReadScope
impl Eq for SessionReadScope
Source§impl PartialEq for SessionReadScope
impl PartialEq for SessionReadScope
Source§fn eq(&self, other: &SessionReadScope) -> bool
fn eq(&self, other: &SessionReadScope) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SessionReadScope
Auto Trait Implementations§
impl Freeze for SessionReadScope
impl RefUnwindSafe for SessionReadScope
impl Send for SessionReadScope
impl Sync for SessionReadScope
impl Unpin for SessionReadScope
impl UnsafeUnpin for SessionReadScope
impl UnwindSafe for SessionReadScope
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