pub struct ServerSdnConfig {
pub secret: String,
pub seeds: Vec<NodeAddr>,
pub local_tags: Vec<String>,
pub connect_tags: Vec<String>,
}
Fields§
§secret: String
§seeds: Vec<NodeAddr>
Auto Trait Implementations§
impl Freeze for ServerSdnConfig
impl RefUnwindSafe for ServerSdnConfig
impl Send for ServerSdnConfig
impl Sync for ServerSdnConfig
impl Unpin for ServerSdnConfig
impl UnwindSafe for ServerSdnConfig
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