pub struct VerticalBar;
Trait Implementations§
Source§impl Clone for VerticalBar
impl Clone for VerticalBar
Source§fn clone(&self) -> VerticalBar
fn clone(&self) -> VerticalBar
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VerticalBar
impl Debug for VerticalBar
Source§impl Default for VerticalBar
impl Default for VerticalBar
Source§fn default() -> VerticalBar
fn default() -> VerticalBar
Returns the “default value” for a type. Read more
Source§impl Delimiter for VerticalBar
impl Delimiter for VerticalBar
fn delimiter_symbol() -> &'static str
Source§impl PartialEq for VerticalBar
impl PartialEq for VerticalBar
impl Eq for VerticalBar
impl StructuralPartialEq for VerticalBar
Auto Trait Implementations§
impl Freeze for VerticalBar
impl RefUnwindSafe for VerticalBar
impl Send for VerticalBar
impl Sync for VerticalBar
impl Unpin for VerticalBar
impl UnwindSafe for VerticalBar
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