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