Struct kalosm_sample::StopOnOffset
source · pub struct StopOnOffset { /* private fields */ }Expand description
The state of a stop on literal parser.
Implementations§
Trait Implementations§
source§impl Clone for StopOnOffset
impl Clone for StopOnOffset
source§fn clone(&self) -> StopOnOffset
fn clone(&self) -> StopOnOffset
Returns a copy 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 StopOnOffset
impl Debug for StopOnOffset
source§impl Default for StopOnOffset
impl Default for StopOnOffset
source§fn default() -> StopOnOffset
fn default() -> StopOnOffset
Returns the “default value” for a type. Read more
source§impl PartialEq for StopOnOffset
impl PartialEq for StopOnOffset
source§fn eq(&self, other: &StopOnOffset) -> bool
fn eq(&self, other: &StopOnOffset) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for StopOnOffset
impl StructuralPartialEq for StopOnOffset
Auto Trait Implementations§
impl RefUnwindSafe for StopOnOffset
impl Send for StopOnOffset
impl Sync for StopOnOffset
impl Unpin for StopOnOffset
impl UnwindSafe for StopOnOffset
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.