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