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