pub struct RemovalCandidate {
pub matcher_name: Arc<str>,
pub action: RemovalAction,
}Fields§
§matcher_name: Arc<str>§action: RemovalActionImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RemovalCandidate
impl RefUnwindSafe for RemovalCandidate
impl Send for RemovalCandidate
impl Sync for RemovalCandidate
impl Unpin for RemovalCandidate
impl UnwindSafe for RemovalCandidate
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