Enum spacetimedb_lib::operator::OpLogic
source · pub enum OpLogic {
And,
Or,
}Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for OpLogic
impl<'de> Deserialize<'de> for OpLogic
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
source§impl Ord for OpLogic
impl Ord for OpLogic
source§impl PartialEq<OpLogic> for OpLogic
impl PartialEq<OpLogic> for OpLogic
source§impl PartialOrd<OpLogic> for OpLogic
impl PartialOrd<OpLogic> for OpLogic
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for OpLogic
impl Eq for OpLogic
impl StructuralEq for OpLogic
impl StructuralPartialEq for OpLogic
Auto Trait Implementations§
impl RefUnwindSafe for OpLogic
impl Send for OpLogic
impl Sync for OpLogic
impl Unpin for OpLogic
impl UnwindSafe for OpLogic
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