pub enum BrowseType {
Branch,
Leaf,
Flat,
}Variants§
Auto Trait Implementations§
impl Freeze for BrowseType
impl RefUnwindSafe for BrowseType
impl Send for BrowseType
impl Sync for BrowseType
impl Unpin for BrowseType
impl UnwindSafe for BrowseType
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