Struct fbbe::NetworkPath
source · pub struct NetworkPath(_);Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NetworkPath
impl Send for NetworkPath
impl Sync for NetworkPath
impl Unpin for NetworkPath
impl UnwindSafe for NetworkPath
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