pub struct DefaultAspect;Trait Implementations§
Source§impl FusenFilter for DefaultAspect
impl FusenFilter for DefaultAspect
fn call( &self, join_point: ProceedingJoinPoint, ) -> BoxFuture<Result<FusenContext, FusenError>>
Auto Trait Implementations§
impl Freeze for DefaultAspect
impl RefUnwindSafe for DefaultAspect
impl Send for DefaultAspect
impl Sync for DefaultAspect
impl Unpin for DefaultAspect
impl UnsafeUnpin for DefaultAspect
impl UnwindSafe for DefaultAspect
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