pub struct TestExists {}Trait Implementations§
Source§impl Clone for TestExists
impl Clone for TestExists
Source§fn clone(&self) -> TestExists
fn clone(&self) -> TestExists
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 Debug for TestExists
impl Debug for TestExists
Source§impl Default for TestExists
impl Default for TestExists
Source§impl PartialEq for TestExists
impl PartialEq for TestExists
Source§impl Serialize for TestExists
impl Serialize for TestExists
impl Eq for TestExists
impl StructuralPartialEq for TestExists
Auto Trait Implementations§
impl Freeze for TestExists
impl RefUnwindSafe for TestExists
impl Send for TestExists
impl Sync for TestExists
impl Unpin for TestExists
impl UnwindSafe for TestExists
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