pub struct ReasonerCache {
pub content_hash: String,
pub profile: ReasonerId,
pub snapshot: ReasonerSnapshot,
pub classification: ClassificationResult,
pub input: ReasonerInput,
}Fields§
§content_hash: String§profile: ReasonerId§snapshot: ReasonerSnapshot§classification: ClassificationResult§input: ReasonerInputTrait Implementations§
Source§impl Clone for ReasonerCache
impl Clone for ReasonerCache
Source§fn clone(&self) -> ReasonerCache
fn clone(&self) -> ReasonerCache
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ReasonerCache
impl RefUnwindSafe for ReasonerCache
impl Send for ReasonerCache
impl Sync for ReasonerCache
impl Unpin for ReasonerCache
impl UnsafeUnpin for ReasonerCache
impl UnwindSafe for ReasonerCache
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