pub enum FeatureErrorType {
Get,
Send,
}
Variants§
Trait Implementations§
Source§impl Debug for FeatureErrorType
impl Debug for FeatureErrorType
Source§impl PartialEq for FeatureErrorType
impl PartialEq for FeatureErrorType
impl Eq for FeatureErrorType
impl StructuralPartialEq for FeatureErrorType
Auto Trait Implementations§
impl Freeze for FeatureErrorType
impl RefUnwindSafe for FeatureErrorType
impl Send for FeatureErrorType
impl Sync for FeatureErrorType
impl Unpin for FeatureErrorType
impl UnwindSafe for FeatureErrorType
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