pub struct Pgo {
pub rustc: Option<PgoConfig>,
pub rustdoc: Option<PgoConfig>,
pub cargo: Option<PgoConfig>,
pub llvm: Option<PgoConfig>,
}Fields§
§rustc: Option<PgoConfig>§rustdoc: Option<PgoConfig>§cargo: Option<PgoConfig>§llvm: Option<PgoConfig>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Pgo
impl<'de> Deserialize<'de> for Pgo
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Pgo
impl RefUnwindSafe for Pgo
impl Send for Pgo
impl Sync for Pgo
impl Unpin for Pgo
impl UnsafeUnpin for Pgo
impl UnwindSafe for Pgo
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
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
§impl<T> Pointable for T
impl<T> Pointable for T
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 192 bytes