pub struct MockHandle(pub u64);Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for MockHandle
impl Clone for MockHandle
Source§fn clone(&self) -> MockHandle
fn clone(&self) -> MockHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MockHandle
impl Debug for MockHandle
Source§impl Hash for MockHandle
impl Hash for MockHandle
Source§impl PartialEq for MockHandle
impl PartialEq for MockHandle
Source§fn eq(&self, other: &MockHandle) -> bool
fn eq(&self, other: &MockHandle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MockHandle
impl Eq for MockHandle
impl StructuralPartialEq for MockHandle
Auto Trait Implementations§
impl Freeze for MockHandle
impl RefUnwindSafe for MockHandle
impl Send for MockHandle
impl Sync for MockHandle
impl Unpin for MockHandle
impl UnsafeUnpin for MockHandle
impl UnwindSafe for MockHandle
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