pub struct LitStr2Start(/* private fields */);Trait Implementations§
Source§impl Clone for LitStr2Start
impl Clone for LitStr2Start
Source§fn clone(&self) -> LitStr2Start
fn clone(&self) -> LitStr2Start
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 LitStr2Start
impl Debug for LitStr2Start
Source§impl Hash for LitStr2Start
impl Hash for LitStr2Start
Source§impl PartialEq for LitStr2Start
impl PartialEq for LitStr2Start
Source§impl TerminalHandle for LitStr2Start
impl TerminalHandle for LitStr2Start
impl Copy for LitStr2Start
impl Eq for LitStr2Start
impl StructuralPartialEq for LitStr2Start
Auto Trait Implementations§
impl Freeze for LitStr2Start
impl RefUnwindSafe for LitStr2Start
impl Send for LitStr2Start
impl Sync for LitStr2Start
impl Unpin for LitStr2Start
impl UnwindSafe for LitStr2Start
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