pub struct AddNodeOptions {
pub name: &'static str,
pub port: &'static str,
pub host: &'static str,
}
Fields§
§name: &'static str
§port: &'static str
§host: &'static str
Trait Implementations§
Source§impl Clone for AddNodeOptions
impl Clone for AddNodeOptions
Source§fn clone(&self) -> AddNodeOptions
fn clone(&self) -> AddNodeOptions
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AddNodeOptions
impl Debug for AddNodeOptions
Source§impl Deserialize<'static> for AddNodeOptions
impl Deserialize<'static> for AddNodeOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'static>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'static>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AddNodeOptions
impl RefUnwindSafe for AddNodeOptions
impl Send for AddNodeOptions
impl Sync for AddNodeOptions
impl Unpin for AddNodeOptions
impl UnwindSafe for AddNodeOptions
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