pub struct CharWithBase(pub char);
Tuple Fields§
§0: char
Trait Implementations§
Source§impl Clone for CharWithBase
impl Clone for CharWithBase
Source§fn clone(&self) -> CharWithBase
fn clone(&self) -> CharWithBase
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CharWithBase
impl Debug for CharWithBase
Source§impl MarkedIterScan for CharWithBase
impl MarkedIterScan for CharWithBase
impl Copy for CharWithBase
Auto Trait Implementations§
impl Freeze for CharWithBase
impl RefUnwindSafe for CharWithBase
impl Send for CharWithBase
impl Sync for CharWithBase
impl Unpin for CharWithBase
impl UnwindSafe for CharWithBase
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