pub struct IndentWidth(/* private fields */);Expand description
A valid number of spaces used for one canonical YAML indentation level.
Implementations§
Source§impl IndentWidth
impl IndentWidth
Trait Implementations§
Source§impl Clone for IndentWidth
impl Clone for IndentWidth
Source§fn clone(&self) -> IndentWidth
fn clone(&self) -> IndentWidth
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 IndentWidth
Source§impl Debug for IndentWidth
impl Debug for IndentWidth
impl Eq for IndentWidth
Source§impl Hash for IndentWidth
impl Hash for IndentWidth
Source§impl PartialEq for IndentWidth
impl PartialEq for IndentWidth
impl StructuralPartialEq for IndentWidth
Auto Trait Implementations§
impl Freeze for IndentWidth
impl RefUnwindSafe for IndentWidth
impl Send for IndentWidth
impl Sync for IndentWidth
impl Unpin for IndentWidth
impl UnsafeUnpin for IndentWidth
impl UnwindSafe for IndentWidth
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