pub struct IosDeploymentTarget { /* private fields */ }Available on crate feature
codegen only.Expand description
Parsed iOS deployment target used for explicit compatibility decisions.
Implementations§
Source§impl IosDeploymentTarget
impl IosDeploymentTarget
pub fn parse(value: &str) -> Result<Self, BenchError>
pub fn default_target() -> Self
Trait Implementations§
Source§impl Clone for IosDeploymentTarget
impl Clone for IosDeploymentTarget
Source§fn clone(&self) -> IosDeploymentTarget
fn clone(&self) -> IosDeploymentTarget
Returns a duplicate of the value. Read more
1.0.0 · 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 IosDeploymentTarget
impl Debug for IosDeploymentTarget
Source§impl Display for IosDeploymentTarget
impl Display for IosDeploymentTarget
Source§impl Ord for IosDeploymentTarget
impl Ord for IosDeploymentTarget
Source§impl PartialEq for IosDeploymentTarget
impl PartialEq for IosDeploymentTarget
Source§impl PartialOrd for IosDeploymentTarget
impl PartialOrd for IosDeploymentTarget
impl Eq for IosDeploymentTarget
Auto Trait Implementations§
impl Freeze for IosDeploymentTarget
impl RefUnwindSafe for IosDeploymentTarget
impl Send for IosDeploymentTarget
impl Sync for IosDeploymentTarget
impl Unpin for IosDeploymentTarget
impl UnsafeUnpin for IosDeploymentTarget
impl UnwindSafe for IosDeploymentTarget
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