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