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