pub struct LitStr2End(/* private fields */);Trait Implementations§
Source§impl Clone for LitStr2End
impl Clone for LitStr2End
Source§fn clone(&self) -> LitStr2End
fn clone(&self) -> LitStr2End
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 LitStr2End
Source§impl Debug for LitStr2End
impl Debug for LitStr2End
impl Eq for LitStr2End
Source§impl Hash for LitStr2End
impl Hash for LitStr2End
Source§impl PartialEq for LitStr2End
impl PartialEq for LitStr2End
impl StructuralPartialEq for LitStr2End
Source§impl TerminalHandle for LitStr2End
impl TerminalHandle for LitStr2End
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 LitStr2End
impl RefUnwindSafe for LitStr2End
impl Send for LitStr2End
impl Sync for LitStr2End
impl Unpin for LitStr2End
impl UnsafeUnpin for LitStr2End
impl UnwindSafe for LitStr2End
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.