pub enum ContainerKind {
Default,
Spoiler,
}Expand description
ContainerBlock kind (Spoiler only).
Variants§
Trait Implementations§
Source§impl Clone for ContainerKind
impl Clone for ContainerKind
Source§fn clone(&self) -> ContainerKind
fn clone(&self) -> ContainerKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ContainerKind
impl Debug for ContainerKind
Source§impl Hash for ContainerKind
impl Hash for ContainerKind
Source§impl Ord for ContainerKind
impl Ord for ContainerKind
Source§fn cmp(&self, other: &ContainerKind) -> Ordering
fn cmp(&self, other: &ContainerKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ContainerKind
impl PartialEq for ContainerKind
Source§impl PartialOrd for ContainerKind
impl PartialOrd for ContainerKind
impl Copy for ContainerKind
impl Eq for ContainerKind
impl StructuralPartialEq for ContainerKind
Auto Trait Implementations§
impl Freeze for ContainerKind
impl RefUnwindSafe for ContainerKind
impl Send for ContainerKind
impl Sync for ContainerKind
impl Unpin for ContainerKind
impl UnsafeUnpin for ContainerKind
impl UnwindSafe for ContainerKind
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