pub struct NodeAddrBuilder { /* private fields */ }Expand description
A builder for creating NodeAddr instances.
Implementations§
Auto Trait Implementations§
impl Freeze for NodeAddrBuilder
impl RefUnwindSafe for NodeAddrBuilder
impl Send for NodeAddrBuilder
impl Sync for NodeAddrBuilder
impl Unpin for NodeAddrBuilder
impl UnwindSafe for NodeAddrBuilder
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