pub struct DownlevelLimits {}
Expand description
Represents the sets of additional limits on an adapter, which take place when running on downlevel backends.
Trait Implementations§
source§impl Clone for DownlevelLimits
impl Clone for DownlevelLimits
source§fn clone(&self) -> DownlevelLimits
fn clone(&self) -> DownlevelLimits
Returns a copy 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 DownlevelLimits
impl Debug for DownlevelLimits
source§impl Default for DownlevelLimits
impl Default for DownlevelLimits
source§fn default() -> DownlevelLimits
fn default() -> DownlevelLimits
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DownlevelLimits
impl<'de> Deserialize<'de> for DownlevelLimits
source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<DownlevelLimits, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<DownlevelLimits, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for DownlevelLimits
impl Hash for DownlevelLimits
source§impl Ord for DownlevelLimits
impl Ord for DownlevelLimits
source§fn cmp(&self, other: &DownlevelLimits) -> Ordering
fn cmp(&self, other: &DownlevelLimits) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for DownlevelLimits
impl PartialEq for DownlevelLimits
source§impl PartialOrd for DownlevelLimits
impl PartialOrd for DownlevelLimits
source§impl Serialize for DownlevelLimits
impl Serialize for DownlevelLimits
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 DownlevelLimits
impl StructuralPartialEq for DownlevelLimits
Auto Trait Implementations§
impl Freeze for DownlevelLimits
impl RefUnwindSafe for DownlevelLimits
impl Send for DownlevelLimits
impl Sync for DownlevelLimits
impl Unpin for DownlevelLimits
impl UnwindSafe for DownlevelLimits
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.