pub struct ControlUrls {
pub api_base: String,
pub nodes: String,
pub node_started: String,
pub node_stopped: String,
pub get_module: String,
pub add_module: String,
pub get_nodes: String,
}Fields§
§api_base: String§nodes: String§node_started: String§node_stopped: String§get_module: String§add_module: String§get_nodes: StringTrait Implementations§
Source§impl Clone for ControlUrls
impl Clone for ControlUrls
Source§fn clone(&self) -> ControlUrls
fn clone(&self) -> ControlUrls
Returns a duplicate 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 ControlUrls
impl Debug for ControlUrls
Source§impl<'de> Deserialize<'de> for ControlUrls
impl<'de> Deserialize<'de> for ControlUrls
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ControlUrls
impl RefUnwindSafe for ControlUrls
impl Send for ControlUrls
impl Sync for ControlUrls
impl Unpin for ControlUrls
impl UnwindSafe for ControlUrls
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