pub struct DelimCode2View {
pub delim_code_start_2: DelimCodeStart2Handle,
pub delim_code_2_list: DelimCode2ListHandle,
pub delim_code_end_2: DelimCodeEnd2Handle,
}Fields§
§delim_code_start_2: DelimCodeStart2Handle§delim_code_2_list: DelimCode2ListHandle§delim_code_end_2: DelimCodeEnd2HandleTrait Implementations§
Source§impl Clone for DelimCode2View
impl Clone for DelimCode2View
Source§fn clone(&self) -> DelimCode2View
fn clone(&self) -> DelimCode2View
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 DelimCode2View
impl Debug for DelimCode2View
Source§impl PartialEq for DelimCode2View
impl PartialEq for DelimCode2View
impl Copy for DelimCode2View
impl Eq for DelimCode2View
impl StructuralPartialEq for DelimCode2View
Auto Trait Implementations§
impl Freeze for DelimCode2View
impl RefUnwindSafe for DelimCode2View
impl Send for DelimCode2View
impl Sync for DelimCode2View
impl Unpin for DelimCode2View
impl UnwindSafe for DelimCode2View
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