pub struct LitStr2EndView {
pub lit_str_2_end: LitStr2End,
}Fields§
§lit_str_2_end: LitStr2EndTrait Implementations§
Source§impl Clone for LitStr2EndView
impl Clone for LitStr2EndView
Source§fn clone(&self) -> LitStr2EndView
fn clone(&self) -> LitStr2EndView
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 LitStr2EndView
impl Debug for LitStr2EndView
Source§impl PartialEq for LitStr2EndView
impl PartialEq for LitStr2EndView
impl Copy for LitStr2EndView
impl Eq for LitStr2EndView
impl StructuralPartialEq for LitStr2EndView
Auto Trait Implementations§
impl Freeze for LitStr2EndView
impl RefUnwindSafe for LitStr2EndView
impl Send for LitStr2EndView
impl Sync for LitStr2EndView
impl Unpin for LitStr2EndView
impl UnwindSafe for LitStr2EndView
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