pub struct CandidateConfig {
pub candidate_id: String,
pub network: String,
pub address: String,
pub port: u16,
pub component: u16,
pub priority: u32,
pub foundation: String,
}
Fields§
§candidate_id: String
§network: String
§address: String
§port: u16
§component: u16
§priority: u32
§foundation: String
Trait Implementations§
Source§impl Default for CandidateConfig
impl Default for CandidateConfig
Source§fn default() -> CandidateConfig
fn default() -> CandidateConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CandidateConfig
impl RefUnwindSafe for CandidateConfig
impl Send for CandidateConfig
impl Sync for CandidateConfig
impl Unpin for CandidateConfig
impl UnwindSafe for CandidateConfig
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