pub struct DOC { /* private fields */ }Expand description
Data Operation Circuit
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Sync for DOC
impl Freeze for DOC
impl RefUnwindSafe for DOC
impl Unpin for DOC
impl UnsafeUnpin for DOC
impl UnwindSafe for DOC
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