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