pub struct MyOracle {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MyOracle
impl RefUnwindSafe for MyOracle
impl Send for MyOracle
impl Sync for MyOracle
impl Unpin for MyOracle
impl UnwindSafe for MyOracle
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