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