pub struct UpdateNodeOptions {
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 UpdateNodeOptions
impl Clone for UpdateNodeOptions
Source§fn clone(&self) -> UpdateNodeOptions
fn clone(&self) -> UpdateNodeOptions
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 UpdateNodeOptions
impl Debug for UpdateNodeOptions
Source§impl Deserialize<'static> for UpdateNodeOptions
impl Deserialize<'static> for UpdateNodeOptions
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 UpdateNodeOptions
impl RefUnwindSafe for UpdateNodeOptions
impl Send for UpdateNodeOptions
impl Sync for UpdateNodeOptions
impl Unpin for UpdateNodeOptions
impl UnwindSafe for UpdateNodeOptions
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