pub struct ConfigV {
pub supported: bool,
pub vlen_exp: i128,
}Fields§
§supported: bool§vlen_exp: i128Trait Implementations§
impl Eq for ConfigV
impl StructuralPartialEq for ConfigV
Auto Trait Implementations§
impl Freeze for ConfigV
impl RefUnwindSafe for ConfigV
impl Send for ConfigV
impl Sync for ConfigV
impl Unpin for ConfigV
impl UnwindSafe for ConfigV
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