Enum modality_api::types::AttrType
source · pub enum AttrType {
TimelineId,
EventCoordinate,
String,
Integer,
BigInt,
Float,
Bool,
Nanoseconds,
LogicalTime,
Any,
}
Variants§
Trait Implementations§
source§impl Ord for AttrType
impl Ord for AttrType
source§impl PartialEq<AttrType> for AttrType
impl PartialEq<AttrType> for AttrType
source§impl PartialOrd<AttrType> for AttrType
impl PartialOrd<AttrType> for AttrType
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 AttrType
impl Eq for AttrType
impl StructuralEq for AttrType
impl StructuralPartialEq for AttrType
Auto Trait Implementations§
impl RefUnwindSafe for AttrType
impl Send for AttrType
impl Sync for AttrType
impl Unpin for AttrType
impl UnwindSafe for AttrType
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