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