pub struct TestTrue { /* private fields */ }
Trait Implementations§
impl Eq for TestTrue
impl StructuralPartialEq for TestTrue
Auto Trait Implementations§
impl Freeze for TestTrue
impl RefUnwindSafe for TestTrue
impl Send for TestTrue
impl Sync for TestTrue
impl Unpin for TestTrue
impl UnwindSafe for TestTrue
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