pub struct CpuPath {
pub scope: String,
}Fields§
§scope: StringTrait Implementations§
impl StructuralPartialEq for CpuPath
Auto Trait Implementations§
impl Freeze for CpuPath
impl RefUnwindSafe for CpuPath
impl Send for CpuPath
impl Sync for CpuPath
impl Unpin for CpuPath
impl UnsafeUnpin for CpuPath
impl UnwindSafe for CpuPath
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