pub struct Slash;
Expand description
Zero size type representing the
/
separator.
Trait Implementations§
impl Copy for Slash
impl Eq for Slash
impl StructuralPartialEq for Slash
Auto Trait Implementations§
impl Freeze for Slash
impl RefUnwindSafe for Slash
impl Send for Slash
impl Sync for Slash
impl Unpin for Slash
impl UnwindSafe for Slash
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