pub struct ResolvedUnitType;
Trait Implementations§
Source§impl Debug for ResolvedUnitType
impl Debug for ResolvedUnitType
Source§impl Hash for ResolvedUnitType
impl Hash for ResolvedUnitType
Source§impl PartialEq for ResolvedUnitType
impl PartialEq for ResolvedUnitType
impl Eq for ResolvedUnitType
impl StructuralPartialEq for ResolvedUnitType
Auto Trait Implementations§
impl Freeze for ResolvedUnitType
impl RefUnwindSafe for ResolvedUnitType
impl Send for ResolvedUnitType
impl Sync for ResolvedUnitType
impl Unpin for ResolvedUnitType
impl UnwindSafe for ResolvedUnitType
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