Struct modql::filter::OpValsBool
source · pub struct OpValsBool(pub Vec<OpValBool>);Tuple Fields§
§0: Vec<OpValBool>Trait Implementations§
source§impl Debug for OpValsBool
impl Debug for OpValsBool
source§impl<'de> Deserialize<'de> for OpValsBool
impl<'de> Deserialize<'de> for OpValsBool
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 From<&bool> for OpValsBool
impl From<&bool> for OpValsBool
source§impl From<OpValBool> for OpValsBool
impl From<OpValBool> for OpValsBool
Auto Trait Implementations§
impl RefUnwindSafe for OpValsBool
impl Send for OpValsBool
impl Sync for OpValsBool
impl Unpin for OpValsBool
impl UnwindSafe for OpValsBool
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