pub enum DelimCodeView {
DelimCode3(DelimCode3Handle),
DelimCode2(DelimCode2Handle),
DelimCode1(DelimCode1Handle),
}Variants§
Trait Implementations§
Source§impl Clone for DelimCodeView
impl Clone for DelimCodeView
Source§fn clone(&self) -> DelimCodeView
fn clone(&self) -> DelimCodeView
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 DelimCodeView
impl Debug for DelimCodeView
Source§impl PartialEq for DelimCodeView
impl PartialEq for DelimCodeView
impl Copy for DelimCodeView
impl Eq for DelimCodeView
impl StructuralPartialEq for DelimCodeView
Auto Trait Implementations§
impl Freeze for DelimCodeView
impl RefUnwindSafe for DelimCodeView
impl Send for DelimCodeView
impl Sync for DelimCodeView
impl Unpin for DelimCodeView
impl UnwindSafe for DelimCodeView
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