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