Struct litep2p::config::Litep2pConfig
source · pub struct Litep2pConfig { /* private fields */ }Expand description
Configuration for Litep2p.
Auto Trait Implementations§
impl Freeze for Litep2pConfig
impl !RefUnwindSafe for Litep2pConfig
impl Send for Litep2pConfig
impl !Sync for Litep2pConfig
impl Unpin for Litep2pConfig
impl !UnwindSafe for Litep2pConfig
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