pub struct BannerPattern { /* private fields */ }Trait Implementations§
Source§impl AzaleaRead for BannerPattern
impl AzaleaRead for BannerPattern
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
Source§impl AzaleaWrite for BannerPattern
impl AzaleaWrite for BannerPattern
Source§impl Clone for BannerPattern
impl Clone for BannerPattern
Source§fn clone(&self) -> BannerPattern
fn clone(&self) -> BannerPattern
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 BannerPattern
impl DataRegistry for BannerPattern
Source§impl Debug for BannerPattern
impl Debug for BannerPattern
Source§impl Hash for BannerPattern
impl Hash for BannerPattern
Source§impl Ord for BannerPattern
impl Ord for BannerPattern
Source§fn cmp(&self, other: &BannerPattern) -> Ordering
fn cmp(&self, other: &BannerPattern) -> 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 BannerPattern
impl PartialEq for BannerPattern
Source§impl PartialOrd for BannerPattern
impl PartialOrd for BannerPattern
Source§impl Serialize for BannerPattern
Available on crate feature serde only.
impl Serialize for BannerPattern
Available on crate feature
serde only.impl Copy for BannerPattern
impl Eq for BannerPattern
impl StructuralPartialEq for BannerPattern
Auto Trait Implementations§
impl Freeze for BannerPattern
impl RefUnwindSafe for BannerPattern
impl Send for BannerPattern
impl Sync for BannerPattern
impl Unpin for BannerPattern
impl UnwindSafe for BannerPattern
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.