pub struct SemanticDriftState {
pub manager: Arc<SemanticIncidentManager>,
}Expand description
State for semantic drift handlers
Fields§
§manager: Arc<SemanticIncidentManager>Semantic incident manager
Trait Implementations§
Source§impl Clone for SemanticDriftState
impl Clone for SemanticDriftState
Source§fn clone(&self) -> SemanticDriftState
fn clone(&self) -> SemanticDriftState
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 SemanticDriftState
impl !RefUnwindSafe for SemanticDriftState
impl Send for SemanticDriftState
impl Sync for SemanticDriftState
impl Unpin for SemanticDriftState
impl UnsafeUnpin for SemanticDriftState
impl !UnwindSafe for SemanticDriftState
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