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