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