pub struct Reasoner;
Expand description
Defines identifiers for reasoners.
Reasoners the specification is aware of:
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Reasoner
impl RefUnwindSafe for Reasoner
impl Send for Reasoner
impl Sync for Reasoner
impl Unpin for Reasoner
impl UnwindSafe for Reasoner
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