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