pub struct DefBool {
pub symbol: String,
pub values: Vec<String>,
}Fields§
§symbol: String§values: Vec<String>Trait Implementations§
impl StructuralPartialEq for DefBool
Auto Trait Implementations§
impl Freeze for DefBool
impl RefUnwindSafe for DefBool
impl Send for DefBool
impl Sync for DefBool
impl Unpin for DefBool
impl UnwindSafe for DefBool
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