pub struct NodeInfoBuilder { /* private fields */ }Expand description
Builder for NodeInfo produced by NodeInfo::builder.
Implementations§
Source§impl NodeInfoBuilder
impl NodeInfoBuilder
Sourcepub const fn open_registrations(self, open: bool) -> Self
pub const fn open_registrations(self, open: bool) -> Self
Sets the openRegistrations flag.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NodeInfoBuilder
impl RefUnwindSafe for NodeInfoBuilder
impl Send for NodeInfoBuilder
impl Sync for NodeInfoBuilder
impl Unpin for NodeInfoBuilder
impl UnsafeUnpin for NodeInfoBuilder
impl UnwindSafe for NodeInfoBuilder
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