Struct cyfs_bdt::RedirectHandle
source · [−]pub struct RedirectHandle { /* private fields */ }Trait Implementations
sourceimpl NdnEventHandler for RedirectHandle
impl NdnEventHandler for RedirectHandle
fn on_newly_interest<'life0, 'life1, 'life2, 'life3, 'async_trait>(
&'life0 self,
_stack: &'life1 Stack,
interest: &'life2 Interest,
from: &'life3 Channel
) -> Pin<Box<dyn Future<Output = BuckyResult<()>> + Send + 'async_trait>>ⓘNotable traits for Pin<P>impl<P> Future for Pin<P>where
P: DerefMut,
<P as Deref>::Target: Future, type Output = <<P as Deref>::Target as Future>::Output;where
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
'life3: 'async_trait,
Self: 'async_trait,
P: DerefMut,
<P as Deref>::Target: Future, type Output = <<P as Deref>::Target as Future>::Output;
fn on_unknown_piece_data(
&self,
_stack: &Stack,
_piece: &PieceData,
_from: &Channel
) -> BuckyResult<DownloadSession>
Auto Trait Implementations
impl RefUnwindSafe for RedirectHandle
impl Send for RedirectHandle
impl Sync for RedirectHandle
impl Unpin for RedirectHandle
impl UnwindSafe for RedirectHandle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more