pub struct HeadingType;
Expand description
HeadingType
is used as a compile-time check for Heading
= Compass<HeadingType>
Trait Implementations§
Source§impl Clone for HeadingType
impl Clone for HeadingType
Source§fn clone(&self) -> HeadingType
fn clone(&self) -> HeadingType
Returns a copy 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 HeadingType
impl Debug for HeadingType
Source§impl Default for HeadingType
impl Default for HeadingType
Source§fn default() -> HeadingType
fn default() -> HeadingType
Returns the “default value” for a type. Read more
Source§impl PartialEq for HeadingType
impl PartialEq for HeadingType
impl Copy for HeadingType
impl Eq for HeadingType
impl StructuralPartialEq for HeadingType
Auto Trait Implementations§
impl Freeze for HeadingType
impl RefUnwindSafe for HeadingType
impl Send for HeadingType
impl Sync for HeadingType
impl Unpin for HeadingType
impl UnwindSafe for HeadingType
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