pub struct NetBuilder { /* private fields */ }
Expand description
A rust API builder equivalent of the json parser
You can easily construct ratman router configurations with this type, either to connect to other routers across the world, or locally in memory to test changes made to the router code itself.
Implementations§
Auto Trait Implementations§
impl Freeze for NetBuilder
impl RefUnwindSafe for NetBuilder
impl Send for NetBuilder
impl Sync for NetBuilder
impl Unpin for NetBuilder
impl UnwindSafe for NetBuilder
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