pub struct PamojaRouter { /* private fields */ }Expand description
An opaque handle to one node routing table.
Create it with pamoja_router_new, teach it with
pamoja_router_observe, and release it with pamoja_router_free.
Auto Trait Implementations§
impl Freeze for PamojaRouter
impl RefUnwindSafe for PamojaRouter
impl Send for PamojaRouter
impl Sync for PamojaRouter
impl Unpin for PamojaRouter
impl UnsafeUnpin for PamojaRouter
impl UnwindSafe for PamojaRouter
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