pub struct OneHot { /* private fields */ }
Expand description
Builder for the OneHot
operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OneHot
impl RefUnwindSafe for OneHot
impl Send for OneHot
impl Sync for OneHot
impl Unpin for OneHot
impl UnwindSafe for OneHot
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