Struct cel_interpreter::objects::CelMap
source · pub struct CelMap {
pub map: Rc<HashMap<CelKey, CelType>>,
}Fields§
§map: Rc<HashMap<CelKey, CelType>>Trait Implementations§
source§impl PartialEq<CelMap> for CelMap
impl PartialEq<CelMap> for CelMap
source§impl PartialOrd<CelMap> for CelMap
impl PartialOrd<CelMap> for CelMap
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 StructuralPartialEq for CelMap
Auto Trait Implementations§
impl RefUnwindSafe for CelMap
impl !Send for CelMap
impl !Sync for CelMap
impl Unpin for CelMap
impl UnwindSafe for CelMap
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