pub struct DelimCodeStart1(/* private fields */);Trait Implementations§
Source§impl Clone for DelimCodeStart1
impl Clone for DelimCodeStart1
Source§fn clone(&self) -> DelimCodeStart1
fn clone(&self) -> DelimCodeStart1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DelimCodeStart1
Source§impl Debug for DelimCodeStart1
impl Debug for DelimCodeStart1
impl Eq for DelimCodeStart1
Source§impl Hash for DelimCodeStart1
impl Hash for DelimCodeStart1
Source§impl PartialEq for DelimCodeStart1
impl PartialEq for DelimCodeStart1
impl StructuralPartialEq for DelimCodeStart1
Source§impl TerminalHandle for DelimCodeStart1
impl TerminalHandle for DelimCodeStart1
Source§fn kind(&self) -> TerminalKind
fn kind(&self) -> TerminalKind
Kind of the terminal.
Source§fn get_data<F>(
&self,
tree: &F,
) -> Result<TerminalData, ViewConstructionError<TerminalKind, NonTerminalKind>>where
F: CstFacade,
fn get_data<F>(
&self,
tree: &F,
) -> Result<TerminalData, ViewConstructionError<TerminalKind, NonTerminalKind>>where
F: CstFacade,
Data of the terminal.
Auto Trait Implementations§
impl Freeze for DelimCodeStart1
impl RefUnwindSafe for DelimCodeStart1
impl Send for DelimCodeStart1
impl Sync for DelimCodeStart1
impl Unpin for DelimCodeStart1
impl UnsafeUnpin for DelimCodeStart1
impl UnwindSafe for DelimCodeStart1
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
impl<T> Cachable for T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.