pub struct FrameworkGenerationRange {
pub min: FrameworkGeneration,
pub max: FrameworkGeneration,
}Fields§
§min: FrameworkGeneration§max: FrameworkGenerationImplementations§
Source§impl FrameworkGenerationRange
impl FrameworkGenerationRange
pub const fn includes(&self, value: FrameworkGeneration) -> bool
Trait Implementations§
Source§impl Clone for FrameworkGenerationRange
impl Clone for FrameworkGenerationRange
Source§fn clone(&self) -> FrameworkGenerationRange
fn clone(&self) -> FrameworkGenerationRange
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 FrameworkGenerationRange
impl Debug for FrameworkGenerationRange
Source§impl<'de> Deserialize<'de> for FrameworkGenerationRange
impl<'de> Deserialize<'de> for FrameworkGenerationRange
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<FrameworkGenerationRange, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<FrameworkGenerationRange, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for FrameworkGenerationRange
impl PartialEq for FrameworkGenerationRange
Source§impl Serialize for FrameworkGenerationRange
impl Serialize for FrameworkGenerationRange
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for FrameworkGenerationRange
impl StructuralPartialEq for FrameworkGenerationRange
Auto Trait Implementations§
impl Freeze for FrameworkGenerationRange
impl RefUnwindSafe for FrameworkGenerationRange
impl Send for FrameworkGenerationRange
impl Sync for FrameworkGenerationRange
impl Unpin for FrameworkGenerationRange
impl UnsafeUnpin for FrameworkGenerationRange
impl UnwindSafe for FrameworkGenerationRange
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