pub struct FactActor { /* private fields */ }Expand description
Read-only actor record attached to authoritative facts.
Implementations§
Trait Implementations§
impl Eq for FactActor
impl StructuralPartialEq for FactActor
Auto Trait Implementations§
impl Freeze for FactActor
impl RefUnwindSafe for FactActor
impl Send for FactActor
impl Sync for FactActor
impl Unpin for FactActor
impl UnsafeUnpin for FactActor
impl UnwindSafe for FactActor
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