pub enum ProviderRejectionCode {
UnsupportedOperation,
UnsupportedElementType,
UnsupportedStorage,
UnsupportedLayout,
UnsupportedRank,
InvalidShape,
ResourceLimit,
ProviderUnavailable,
}Variants§
UnsupportedOperation
UnsupportedElementType
UnsupportedStorage
UnsupportedLayout
UnsupportedRank
InvalidShape
ResourceLimit
Trait Implementations§
Source§impl Clone for ProviderRejectionCode
impl Clone for ProviderRejectionCode
Source§fn clone(&self) -> ProviderRejectionCode
fn clone(&self) -> ProviderRejectionCode
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 Copy for ProviderRejectionCode
Source§impl Debug for ProviderRejectionCode
impl Debug for ProviderRejectionCode
Source§impl<'de> Deserialize<'de> for ProviderRejectionCode
impl<'de> Deserialize<'de> for ProviderRejectionCode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ProviderRejectionCode
Source§impl PartialEq for ProviderRejectionCode
impl PartialEq for ProviderRejectionCode
Source§impl Serialize for ProviderRejectionCode
impl Serialize for ProviderRejectionCode
impl StructuralPartialEq for ProviderRejectionCode
Auto Trait Implementations§
impl Freeze for ProviderRejectionCode
impl RefUnwindSafe for ProviderRejectionCode
impl Send for ProviderRejectionCode
impl Sync for ProviderRejectionCode
impl Unpin for ProviderRejectionCode
impl UnsafeUnpin for ProviderRejectionCode
impl UnwindSafe for ProviderRejectionCode
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