pub struct HeNormal;Trait Implementations§
Source§impl<B: Backend> Initializer<B> for HeNormal
impl<B: Backend> Initializer<B> for HeNormal
impl Copy for HeNormal
Auto Trait Implementations§
impl Freeze for HeNormal
impl RefUnwindSafe for HeNormal
impl Send for HeNormal
impl Sync for HeNormal
impl Unpin for HeNormal
impl UnsafeUnpin for HeNormal
impl UnwindSafe for HeNormal
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