pub struct PlatformConstructFamily {
pub id: &'static str,
pub description: &'static str,
}Fields§
§id: &'static str§description: &'static strTrait Implementations§
Source§impl Clone for PlatformConstructFamily
impl Clone for PlatformConstructFamily
Source§fn clone(&self) -> PlatformConstructFamily
fn clone(&self) -> PlatformConstructFamily
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PlatformConstructFamily
Source§impl Debug for PlatformConstructFamily
impl Debug for PlatformConstructFamily
impl Eq for PlatformConstructFamily
Source§impl PartialEq for PlatformConstructFamily
impl PartialEq for PlatformConstructFamily
Source§fn eq(&self, other: &PlatformConstructFamily) -> bool
fn eq(&self, other: &PlatformConstructFamily) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PlatformConstructFamily
Auto Trait Implementations§
impl Freeze for PlatformConstructFamily
impl RefUnwindSafe for PlatformConstructFamily
impl Send for PlatformConstructFamily
impl Sync for PlatformConstructFamily
impl Unpin for PlatformConstructFamily
impl UnsafeUnpin for PlatformConstructFamily
impl UnwindSafe for PlatformConstructFamily
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