pub struct ServiceNode {
pub configured_name: Option<String>,
}
Expand description
Unique meaningful name of the service node.
Fields§
§configured_name: Option<String>
Trait Implementations§
Source§impl Debug for ServiceNode
impl Debug for ServiceNode
Source§impl Default for ServiceNode
impl Default for ServiceNode
Source§fn default() -> ServiceNode
fn default() -> ServiceNode
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ServiceNode
impl RefUnwindSafe for ServiceNode
impl Send for ServiceNode
impl Sync for ServiceNode
impl Unpin for ServiceNode
impl UnwindSafe for ServiceNode
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