pub struct HtbConfig {
pub output: String,
pub vpn_server: Option<u32>,
pub no_color: bool,
pub cache: CacheConfig,
pub ctf_event: Option<u64>,
}Fields§
§output: String§vpn_server: Option<u32>§no_color: bool§cache: CacheConfig§ctf_event: Option<u64>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for HtbConfig
impl<'de> Deserialize<'de> for HtbConfig
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 HtbConfig
impl RefUnwindSafe for HtbConfig
impl Send for HtbConfig
impl Sync for HtbConfig
impl Unpin for HtbConfig
impl UnsafeUnpin for HtbConfig
impl UnwindSafe for HtbConfig
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