pub struct DefaultTabStop { /* private fields */ }
Implementations§
Source§impl DefaultTabStop
impl DefaultTabStop
pub fn new(val: usize) -> DefaultTabStop
Trait Implementations§
Source§impl Clone for DefaultTabStop
impl Clone for DefaultTabStop
Source§fn clone(&self) -> DefaultTabStop
fn clone(&self) -> DefaultTabStop
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 DefaultTabStop
impl Debug for DefaultTabStop
Source§impl PartialEq for DefaultTabStop
impl PartialEq for DefaultTabStop
Source§impl Serialize for DefaultTabStop
impl Serialize for DefaultTabStop
impl StructuralPartialEq for DefaultTabStop
Auto Trait Implementations§
impl Freeze for DefaultTabStop
impl RefUnwindSafe for DefaultTabStop
impl Send for DefaultTabStop
impl Sync for DefaultTabStop
impl Unpin for DefaultTabStop
impl UnwindSafe for DefaultTabStop
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