Enum decthings_api::rpc::fs::SetattrError
source · pub enum SetattrError {
ModelNotFound,
AccessDenied,
ESTALE,
EFBIG,
EISDIR,
BadCredentials,
TooManyRequests,
PaymentRequired,
Unknown,
InvalidParameter {
parameter_name: String,
reason: String,
},
}
Variants§
ModelNotFound
AccessDenied
ESTALE
EFBIG
EISDIR
BadCredentials
TooManyRequests
PaymentRequired
Unknown
InvalidParameter
Trait Implementations§
source§impl Clone for SetattrError
impl Clone for SetattrError
source§fn clone(&self) -> SetattrError
fn clone(&self) -> SetattrError
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 SetattrError
impl Debug for SetattrError
source§impl<'de> Deserialize<'de> for SetattrError
impl<'de> Deserialize<'de> for SetattrError
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
Auto Trait Implementations§
impl Freeze for SetattrError
impl RefUnwindSafe for SetattrError
impl Send for SetattrError
impl Sync for SetattrError
impl Unpin for SetattrError
impl UnwindSafe for SetattrError
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