pub struct CapabilityVersionRange {
pub min_supported: CapabilitySemver,
pub max_supported: CapabilitySemver,
}Fields§
§min_supported: CapabilitySemver§max_supported: CapabilitySemverTrait Implementations§
Source§impl Clone for CapabilityVersionRange
impl Clone for CapabilityVersionRange
Source§fn clone(&self) -> CapabilityVersionRange
fn clone(&self) -> CapabilityVersionRange
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 CapabilityVersionRange
impl Debug for CapabilityVersionRange
Source§impl PartialEq for CapabilityVersionRange
impl PartialEq for CapabilityVersionRange
impl Copy for CapabilityVersionRange
impl Eq for CapabilityVersionRange
impl StructuralPartialEq for CapabilityVersionRange
Auto Trait Implementations§
impl Freeze for CapabilityVersionRange
impl RefUnwindSafe for CapabilityVersionRange
impl Send for CapabilityVersionRange
impl Sync for CapabilityVersionRange
impl Unpin for CapabilityVersionRange
impl UnsafeUnpin for CapabilityVersionRange
impl UnwindSafe for CapabilityVersionRange
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