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