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