Struct style_traits::values::Space
source · pub struct Space;
Expand description
Type used as the associated type in the OneOrMoreSeparated
trait on a
type to indicate that a serialized list of elements of this type is
separated by spaces.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Space
impl RefUnwindSafe for Space
impl Send for Space
impl Sync for Space
impl Unpin for Space
impl UnwindSafe for Space
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