pub struct Spaces {
pub width: usize,
pub tabs: usize,
}Fields§
§width: usize§tabs: usizeAuto Trait Implementations§
impl Freeze for Spaces
impl RefUnwindSafe for Spaces
impl Send for Spaces
impl Sync for Spaces
impl Unpin for Spaces
impl UnwindSafe for Spaces
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