pub struct CelContext { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for CelContext
impl Debug for CelContext
Auto Trait Implementations§
impl Freeze for CelContext
impl !RefUnwindSafe for CelContext
impl !Send for CelContext
impl Sync for CelContext
impl Unpin for CelContext
impl !UnwindSafe for CelContext
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