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