pub enum Cathode {}Expand description
Marker type for common cathode
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cathode
impl RefUnwindSafe for Cathode
impl Send for Cathode
impl Sync for Cathode
impl Unpin for Cathode
impl UnsafeUnpin for Cathode
impl UnwindSafe for Cathode
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