pub enum CategoryTreeScope {
Ancestors,
Descendants,
}
Expand description
When getting a tree of categories, which direction should the categories be followed?
Variants§
Trait Implementations§
Source§impl Debug for CategoryTreeScope
impl Debug for CategoryTreeScope
Source§impl<'de> Deserialize<'de> for CategoryTreeScope
impl<'de> Deserialize<'de> for CategoryTreeScope
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
Auto Trait Implementations§
impl Freeze for CategoryTreeScope
impl RefUnwindSafe for CategoryTreeScope
impl Send for CategoryTreeScope
impl Sync for CategoryTreeScope
impl Unpin for CategoryTreeScope
impl UnwindSafe for CategoryTreeScope
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