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