Struct DownlevelLimits
pub struct DownlevelLimits {}
Expand description
Represents the sets of additional limits on an adapter, which take place when running on downlevel backends.
Trait Implementations§
§impl Clone for DownlevelLimits
impl Clone for DownlevelLimits
§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 more§impl Debug for DownlevelLimits
impl Debug for DownlevelLimits
§impl Default for DownlevelLimits
impl Default for DownlevelLimits
§fn default() -> DownlevelLimits
fn default() -> DownlevelLimits
Returns the “default value” for a type. Read more
§impl<'de> Deserialize<'de> for DownlevelLimits
impl<'de> Deserialize<'de> for DownlevelLimits
§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
§impl Hash for DownlevelLimits
impl Hash for DownlevelLimits
§impl Ord for DownlevelLimits
impl Ord for DownlevelLimits
§impl PartialEq for DownlevelLimits
impl PartialEq for DownlevelLimits
§impl PartialOrd for DownlevelLimits
impl PartialOrd for DownlevelLimits
§impl Serialize for DownlevelLimits
impl Serialize for DownlevelLimits
§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,
§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
Compare self to
key
and return true
if they are equal.