Struct cala_cel_interpreter::CelMap
source · pub struct CelMap { /* private fields */ }
Implementations§
Trait Implementations§
source§impl PartialEq for CelMap
impl PartialEq for CelMap
impl StructuralPartialEq for CelMap
Auto Trait Implementations§
impl Freeze for CelMap
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