pub struct NewFact {
pub kind: String,
pub key: String,
pub payload: Value,
}Fields§
§kind: String§key: String§payload: ValueTrait Implementations§
impl StructuralPartialEq for NewFact
Auto Trait Implementations§
impl Freeze for NewFact
impl RefUnwindSafe for NewFact
impl Send for NewFact
impl Sync for NewFact
impl Unpin for NewFact
impl UnsafeUnpin for NewFact
impl UnwindSafe for NewFact
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