Struct dinghy_lib::platform::host::HostPlatform
source · pub struct HostPlatform {
pub configuration: PlatformConfiguration,
pub id: String,
/* private fields */
}
Fields
configuration: PlatformConfiguration
id: String
Implementations
sourceimpl HostPlatform
impl HostPlatform
Trait Implementations
sourceimpl Clone for HostPlatform
impl Clone for HostPlatform
sourcefn clone(&self) -> HostPlatform
fn clone(&self) -> HostPlatform
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for HostPlatform
impl Debug for HostPlatform
sourceimpl Platform for HostPlatform
impl Platform for HostPlatform
Auto Trait Implementations
impl !RefUnwindSafe for HostPlatform
impl !Send for HostPlatform
impl !Sync for HostPlatform
impl Unpin for HostPlatform
impl !UnwindSafe for HostPlatform
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