pub struct ProfileId(/* private fields */);Expand description
Profile identifier for a BCX profile or native binding family.
Implementations§
Trait Implementations§
impl Eq for ProfileId
impl StructuralPartialEq for ProfileId
Auto Trait Implementations§
impl Freeze for ProfileId
impl RefUnwindSafe for ProfileId
impl Send for ProfileId
impl Sync for ProfileId
impl Unpin for ProfileId
impl UnsafeUnpin for ProfileId
impl UnwindSafe for ProfileId
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