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