pub struct StatorComponent<T, E>{ /* private fields */ }Trait Implementations§
Source§impl<T, E> Clone for StatorComponent<T, E>
impl<T, E> Clone for StatorComponent<T, E>
Source§impl<T, E> Debug for StatorComponent<T, E>
impl<T, E> Debug for StatorComponent<T, E>
Auto Trait Implementations§
impl<T, E> Freeze for StatorComponent<T, E>
impl<T, E> RefUnwindSafe for StatorComponent<T, E>where
E: RefUnwindSafe,
impl<T, E> Send for StatorComponent<T, E>
impl<T, E> Sync for StatorComponent<T, E>where
E: Sync,
impl<T, E> Unpin for StatorComponent<T, E>where
E: Unpin,
impl<T, E> UnsafeUnpin for StatorComponent<T, E>
impl<T, E> UnwindSafe for StatorComponent<T, E>where
E: UnwindSafe,
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