pub struct PioBalancedNetwork(/* private fields */);Expand description
Owner-rooted balanced network view.
Auto Trait Implementations§
impl Freeze for PioBalancedNetwork
impl RefUnwindSafe for PioBalancedNetwork
impl Send for PioBalancedNetwork
impl Sync for PioBalancedNetwork
impl Unpin for PioBalancedNetwork
impl UnsafeUnpin for PioBalancedNetwork
impl UnwindSafe for PioBalancedNetwork
Blanket Implementations§
impl<T> Allocation for T
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