#[non_exhaustive]pub struct Blank;
Expand description
Horizontal whitespace characters
Trait Implementations§
Source§impl BinaryProperty for Blank
impl BinaryProperty for Blank
Auto Trait Implementations§
impl Freeze for Blank
impl RefUnwindSafe for Blank
impl Send for Blank
impl Sync for Blank
impl Unpin for Blank
impl UnwindSafe for Blank
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