pub struct CelMap { /* private fields */ }
Implementations§
Trait Implementations§
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