pub enum SfoIOErrorCode {
Failed,
CmdReturnFailed,
}Variants§
Trait Implementations§
Source§impl Clone for SfoIOErrorCode
impl Clone for SfoIOErrorCode
Source§fn clone(&self) -> SfoIOErrorCode
fn clone(&self) -> SfoIOErrorCode
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 SfoIOErrorCode
Source§impl Debug for SfoIOErrorCode
impl Debug for SfoIOErrorCode
impl Eq for SfoIOErrorCode
Source§impl PartialEq for SfoIOErrorCode
impl PartialEq for SfoIOErrorCode
impl StructuralPartialEq for SfoIOErrorCode
Auto Trait Implementations§
impl Freeze for SfoIOErrorCode
impl RefUnwindSafe for SfoIOErrorCode
impl Send for SfoIOErrorCode
impl Sync for SfoIOErrorCode
impl Unpin for SfoIOErrorCode
impl UnsafeUnpin for SfoIOErrorCode
impl UnwindSafe for SfoIOErrorCode
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