pub enum SkeletonKind {
Line,
Title,
Block,
}Variants§
Trait Implementations§
Source§impl Clone for SkeletonKind
impl Clone for SkeletonKind
Source§fn clone(&self) -> SkeletonKind
fn clone(&self) -> SkeletonKind
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 moreSource§impl Debug for SkeletonKind
impl Debug for SkeletonKind
Source§impl PartialEq for SkeletonKind
impl PartialEq for SkeletonKind
Source§fn eq(&self, other: &SkeletonKind) -> bool
fn eq(&self, other: &SkeletonKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SkeletonKind
impl Eq for SkeletonKind
impl StructuralPartialEq for SkeletonKind
Auto Trait Implementations§
impl Freeze for SkeletonKind
impl RefUnwindSafe for SkeletonKind
impl Send for SkeletonKind
impl Sync for SkeletonKind
impl Unpin for SkeletonKind
impl UnsafeUnpin for SkeletonKind
impl UnwindSafe for SkeletonKind
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