pub struct VersionCompatibilityLaneQuery {
pub schema_version: String,
pub surfaces: Vec<VersionCompatibilitySurface>,
}Expand description
Structured compatibility lanes for durable schema/versioned surfaces.
Fields§
§schema_version: StringCompatibility lane inventory format version.
surfaces: Vec<VersionCompatibilitySurface>Version-compatibility lanes per product surface.
Trait Implementations§
Source§impl Clone for VersionCompatibilityLaneQuery
impl Clone for VersionCompatibilityLaneQuery
Source§fn clone(&self) -> VersionCompatibilityLaneQuery
fn clone(&self) -> VersionCompatibilityLaneQuery
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 Eq for VersionCompatibilityLaneQuery
impl StructuralPartialEq for VersionCompatibilityLaneQuery
Auto Trait Implementations§
impl Freeze for VersionCompatibilityLaneQuery
impl RefUnwindSafe for VersionCompatibilityLaneQuery
impl Send for VersionCompatibilityLaneQuery
impl Sync for VersionCompatibilityLaneQuery
impl Unpin for VersionCompatibilityLaneQuery
impl UnsafeUnpin for VersionCompatibilityLaneQuery
impl UnwindSafe for VersionCompatibilityLaneQuery
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.