pub struct TrimPattern { /* private fields */ }Trait Implementations§
Source§impl AzaleaRead for TrimPattern
impl AzaleaRead for TrimPattern
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
Source§impl AzaleaWrite for TrimPattern
impl AzaleaWrite for TrimPattern
Source§impl Clone for TrimPattern
impl Clone for TrimPattern
Source§fn clone(&self) -> TrimPattern
fn clone(&self) -> TrimPattern
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 DataRegistry for TrimPattern
impl DataRegistry for TrimPattern
Source§impl Debug for TrimPattern
impl Debug for TrimPattern
Source§impl Hash for TrimPattern
impl Hash for TrimPattern
Source§impl Ord for TrimPattern
impl Ord for TrimPattern
Source§fn cmp(&self, other: &TrimPattern) -> Ordering
fn cmp(&self, other: &TrimPattern) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TrimPattern
impl PartialEq for TrimPattern
Source§impl PartialOrd for TrimPattern
impl PartialOrd for TrimPattern
Source§impl Serialize for TrimPattern
Available on crate feature serde only.
impl Serialize for TrimPattern
Available on crate feature
serde only.impl Copy for TrimPattern
impl Eq for TrimPattern
impl StructuralPartialEq for TrimPattern
Auto Trait Implementations§
impl Freeze for TrimPattern
impl RefUnwindSafe for TrimPattern
impl Send for TrimPattern
impl Sync for TrimPattern
impl Unpin for TrimPattern
impl UnwindSafe for TrimPattern
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§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.