pub struct ConfigPayload {
pub config_type: ConfigOption,
pub with_rules: bool,
}Fields§
§config_type: ConfigOption§with_rules: boolAuto Trait Implementations§
impl Freeze for ConfigPayload
impl RefUnwindSafe for ConfigPayload
impl Send for ConfigPayload
impl Sync for ConfigPayload
impl Unpin for ConfigPayload
impl UnsafeUnpin for ConfigPayload
impl UnwindSafe for ConfigPayload
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