Struct workerlib::lorry_specs::GCOptions
source · pub struct GCOptions {
pub enabled: bool,
pub window_size: Option<String>,
}
Fields§
§enabled: bool
§window_size: Option<String>
Trait Implementations§
source§impl<'de> Deserialize<'de> for GCOptions
impl<'de> Deserialize<'de> for GCOptions
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
source§impl PartialEq for GCOptions
impl PartialEq for GCOptions
impl StructuralPartialEq for GCOptions
Auto Trait Implementations§
impl Freeze for GCOptions
impl RefUnwindSafe for GCOptions
impl Send for GCOptions
impl Sync for GCOptions
impl Unpin for GCOptions
impl UnwindSafe for GCOptions
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