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