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