pub struct CandidateConfig {
pub candidate_id_path: Option<String>,
pub fan_out: Option<bool>,
}Fields§
§candidate_id_path: Option<String>§fan_out: Option<bool>Trait Implementations§
Source§impl Clone for CandidateConfig
impl Clone for CandidateConfig
Source§fn clone(&self) -> CandidateConfig
fn clone(&self) -> CandidateConfig
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 CandidateConfig
impl Debug for CandidateConfig
Source§impl<'de> Deserialize<'de> for CandidateConfig
impl<'de> Deserialize<'de> for CandidateConfig
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 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