pub struct InOctic;Expand description
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InOctic
impl RefUnwindSafe for InOctic
impl Send for InOctic
impl Sync for InOctic
impl Unpin for InOctic
impl UnwindSafe for InOctic
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