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