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