pub enum TreeType {
Root = 0,
Local = 1,
}
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TreeType
impl<'de> Deserialize<'de> for TreeType
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for TreeType
impl Eq for TreeType
impl StructuralPartialEq for TreeType
Auto Trait Implementations§
impl Freeze for TreeType
impl RefUnwindSafe for TreeType
impl Send for TreeType
impl Sync for TreeType
impl Unpin for TreeType
impl UnwindSafe for TreeType
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