pub enum SectionDividerType {
Other = 0,
OpenFolder = 1,
ClosedFolder = 2,
BoundingSectionDivider = 3,
}Expand description
TS const enum SectionDividerType.
Variants§
Trait Implementations§
Source§impl Clone for SectionDividerType
impl Clone for SectionDividerType
Source§fn clone(&self) -> SectionDividerType
fn clone(&self) -> SectionDividerType
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 SectionDividerType
Source§impl Debug for SectionDividerType
impl Debug for SectionDividerType
impl Eq for SectionDividerType
Source§impl PartialEq for SectionDividerType
impl PartialEq for SectionDividerType
Source§fn eq(&self, other: &SectionDividerType) -> bool
fn eq(&self, other: &SectionDividerType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SectionDividerType
Auto Trait Implementations§
impl Freeze for SectionDividerType
impl RefUnwindSafe for SectionDividerType
impl Send for SectionDividerType
impl Sync for SectionDividerType
impl Unpin for SectionDividerType
impl UnsafeUnpin for SectionDividerType
impl UnwindSafe for SectionDividerType
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