pub struct AvailableTargets {
pub device_types: Vec<DeviceType>,
pub runtimes: Vec<Runtime>,
}Fields§
§device_types: Vec<DeviceType>§runtimes: Vec<Runtime>Trait Implementations§
Source§impl Clone for AvailableTargets
impl Clone for AvailableTargets
Source§fn clone(&self) -> AvailableTargets
fn clone(&self) -> AvailableTargets
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 moreSource§impl Debug for AvailableTargets
impl Debug for AvailableTargets
impl Eq for AvailableTargets
Source§impl PartialEq for AvailableTargets
impl PartialEq for AvailableTargets
impl StructuralPartialEq for AvailableTargets
Auto Trait Implementations§
impl Freeze for AvailableTargets
impl RefUnwindSafe for AvailableTargets
impl Send for AvailableTargets
impl Sync for AvailableTargets
impl Unpin for AvailableTargets
impl UnsafeUnpin for AvailableTargets
impl UnwindSafe for AvailableTargets
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