pub struct SatoConfig {
pub name: String,
pub ip: String,
pub port: u16,
pub reconnection_time: u64,
}Fields§
§name: String§ip: String§port: u16§reconnection_time: u64Implementations§
Trait Implementations§
Source§impl Clone for SatoConfig
impl Clone for SatoConfig
Source§fn clone(&self) -> SatoConfig
fn clone(&self) -> SatoConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SatoConfig
impl Debug for SatoConfig
Auto Trait Implementations§
impl Freeze for SatoConfig
impl RefUnwindSafe for SatoConfig
impl Send for SatoConfig
impl Sync for SatoConfig
impl Unpin for SatoConfig
impl UnsafeUnpin for SatoConfig
impl UnwindSafe for SatoConfig
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