pub enum OutlineDetail {
Sections,
Entries,
}Expand description
Compatibility selector for in-process callers migrating from v0.9.
Variants§
Sections
Include only section-level navigation nodes.
Entries
Include sections and every semantic definition entry.
Trait Implementations§
Source§impl Clone for OutlineDetail
impl Clone for OutlineDetail
Source§fn clone(&self) -> OutlineDetail
fn clone(&self) -> OutlineDetail
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 moreimpl Copy for OutlineDetail
Source§impl Debug for OutlineDetail
impl Debug for OutlineDetail
impl Eq for OutlineDetail
Source§impl From<OutlineDetail> for EntryProjection
impl From<OutlineDetail> for EntryProjection
Source§fn from(value: OutlineDetail) -> Self
fn from(value: OutlineDetail) -> Self
Converts to this type from the input type.
Source§impl PartialEq for OutlineDetail
impl PartialEq for OutlineDetail
impl StructuralPartialEq for OutlineDetail
Auto Trait Implementations§
impl Freeze for OutlineDetail
impl RefUnwindSafe for OutlineDetail
impl Send for OutlineDetail
impl Sync for OutlineDetail
impl Unpin for OutlineDetail
impl UnsafeUnpin for OutlineDetail
impl UnwindSafe for OutlineDetail
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