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