pub enum TreeVisibility {
Public,
LinkVisible,
Private,
}Expand description
Tree visibility modes
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TreeVisibility
impl Clone for TreeVisibility
Source§fn clone(&self) -> TreeVisibility
fn clone(&self) -> TreeVisibility
Returns a duplicate 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 moreSource§impl Debug for TreeVisibility
impl Debug for TreeVisibility
Source§impl FromStr for TreeVisibility
impl FromStr for TreeVisibility
Source§impl PartialEq for TreeVisibility
impl PartialEq for TreeVisibility
impl Copy for TreeVisibility
impl Eq for TreeVisibility
impl StructuralPartialEq for TreeVisibility
Auto Trait Implementations§
impl Freeze for TreeVisibility
impl RefUnwindSafe for TreeVisibility
impl Send for TreeVisibility
impl Sync for TreeVisibility
impl Unpin for TreeVisibility
impl UnsafeUnpin for TreeVisibility
impl UnwindSafe for TreeVisibility
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