pub struct PgoInfrastructure {
pub enabled: bool,
pub phase: String,
}Fields§
§enabled: bool§phase: StringImplementations§
Auto Trait Implementations§
impl Freeze for PgoInfrastructure
impl RefUnwindSafe for PgoInfrastructure
impl Send for PgoInfrastructure
impl Sync for PgoInfrastructure
impl Unpin for PgoInfrastructure
impl UnsafeUnpin for PgoInfrastructure
impl UnwindSafe for PgoInfrastructure
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