pub struct InterceptDisposer {
pub id: u64,
pub path: Arc<str>,
/* private fields */
}Fields§
§id: u64§path: Arc<str>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for InterceptDisposer
impl !UnwindSafe for InterceptDisposer
impl Freeze for InterceptDisposer
impl Send for InterceptDisposer
impl Sync for InterceptDisposer
impl Unpin for InterceptDisposer
impl UnsafeUnpin for InterceptDisposer
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