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