Struct json_syntax::print::Spaces
source · [−]pub struct Spaces(pub usize);
Tuple Fields
0: usize
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Spaces
impl Send for Spaces
impl Sync for Spaces
impl Unpin for Spaces
impl UnwindSafe for Spaces
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more