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