pub struct NetworkApi;Expand description
NetworkApi
Implementations§
Source§impl NetworkApi
impl NetworkApi
pub fn build_network() -> Option<BuildNetwork>
Auto Trait Implementations§
impl Freeze for NetworkApi
impl RefUnwindSafe for NetworkApi
impl Send for NetworkApi
impl Sync for NetworkApi
impl Unpin for NetworkApi
impl UnsafeUnpin for NetworkApi
impl UnwindSafe for NetworkApi
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