pub struct ControllerSettings {
pub registration_servers: Vec<String>,
pub ssh_timeout: u64,
pub keepalive_interval: u64,
}Fields§
§registration_servers: Vec<String>§ssh_timeout: u64§keepalive_interval: u64Trait Implementations§
Source§impl Clone for ControllerSettings
impl Clone for ControllerSettings
Source§fn clone(&self) -> ControllerSettings
fn clone(&self) -> ControllerSettings
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 ControllerSettings
impl Debug for ControllerSettings
Source§impl Default for ControllerSettings
impl Default for ControllerSettings
Source§impl<'de> Deserialize<'de> for ControllerSettings
impl<'de> Deserialize<'de> for ControllerSettings
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 ControllerSettings
impl RefUnwindSafe for ControllerSettings
impl Send for ControllerSettings
impl Sync for ControllerSettings
impl Unpin for ControllerSettings
impl UnwindSafe for ControllerSettings
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