pub enum ContentLayer {
Furniture,
Notes,
Invisible,
}Expand description
A DocLang content layer other than the default body (see Node::Furniture).
Variants§
Furniture
Page headers/footers, HTML <title>, site navigation/chrome.
Notes
Editorial notes (docx reviewer comments).
Invisible
Invisible content (hidden spreadsheet sheets).
Implementations§
Trait Implementations§
Source§impl Clone for ContentLayer
impl Clone for ContentLayer
Source§fn clone(&self) -> ContentLayer
fn clone(&self) -> ContentLayer
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 ContentLayer
Source§impl Debug for ContentLayer
impl Debug for ContentLayer
impl Eq for ContentLayer
Source§impl PartialEq for ContentLayer
impl PartialEq for ContentLayer
impl StructuralPartialEq for ContentLayer
Auto Trait Implementations§
impl Freeze for ContentLayer
impl RefUnwindSafe for ContentLayer
impl Send for ContentLayer
impl Sync for ContentLayer
impl Unpin for ContentLayer
impl UnsafeUnpin for ContentLayer
impl UnwindSafe for ContentLayer
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.