pub struct FileInterceptor { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for FileInterceptor
impl Debug for FileInterceptor
Source§impl Interceptor for FileInterceptor
impl Interceptor for FileInterceptor
Auto Trait Implementations§
impl Freeze for FileInterceptor
impl RefUnwindSafe for FileInterceptor
impl Send for FileInterceptor
impl Sync for FileInterceptor
impl Unpin for FileInterceptor
impl UnwindSafe for FileInterceptor
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