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