pub struct NdnStack(_);
Implementations
sourceimpl NdnStack
impl NdnStack
pub fn chunk_manager(&self) -> &ChunkManager
pub fn root_task(&self) -> &RootTask
pub fn channel_manager(&self) -> &ChannelManager
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for NdnStack
impl Send for NdnStack
impl Sync for NdnStack
impl Unpin for NdnStack
impl !UnwindSafe for NdnStack
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