Enum lockbook_shared::api::GetFileIdsError
source · pub enum GetFileIdsError {
UserNotFound,
}Variants§
UserNotFound
Trait Implementations§
source§impl Clone for GetFileIdsError
impl Clone for GetFileIdsError
source§fn clone(&self) -> GetFileIdsError
fn clone(&self) -> GetFileIdsError
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 GetFileIdsError
impl Debug for GetFileIdsError
source§impl<'de> Deserialize<'de> for GetFileIdsError
impl<'de> Deserialize<'de> for GetFileIdsError
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
source§impl PartialEq for GetFileIdsError
impl PartialEq for GetFileIdsError
source§fn eq(&self, other: &GetFileIdsError) -> bool
fn eq(&self, other: &GetFileIdsError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for GetFileIdsError
impl Serialize for GetFileIdsError
impl Eq for GetFileIdsError
impl StructuralPartialEq for GetFileIdsError
Auto Trait Implementations§
impl Freeze for GetFileIdsError
impl RefUnwindSafe for GetFileIdsError
impl Send for GetFileIdsError
impl Sync for GetFileIdsError
impl Unpin for GetFileIdsError
impl UnwindSafe for GetFileIdsError
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