Struct dinghy_lib::platform::regular_platform::RegularPlatform
source · pub struct RegularPlatform {
pub configuration: PlatformConfiguration,
pub id: String,
pub toolchain: ToolchainConfig,
/* private fields */
}
Fields
configuration: PlatformConfiguration
id: String
toolchain: ToolchainConfig
Implementations
Trait Implementations
sourceimpl Debug for RegularPlatform
impl Debug for RegularPlatform
sourceimpl Display for RegularPlatform
impl Display for RegularPlatform
sourceimpl Platform for RegularPlatform
impl Platform for RegularPlatform
Auto Trait Implementations
impl !RefUnwindSafe for RegularPlatform
impl !Send for RegularPlatform
impl !Sync for RegularPlatform
impl Unpin for RegularPlatform
impl !UnwindSafe for RegularPlatform
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more