Enum thunderstore_api::apis::v2::CurrentUserError
source · [−]pub enum CurrentUserError {
UnknownValue(Value),
}Expand description
struct for typed errors of method [api_experimental_current_user_list]
Variants
UnknownValue(Value)
Trait Implementations
sourceimpl Clone for CurrentUserError
impl Clone for CurrentUserError
sourcefn clone(&self) -> CurrentUserError
fn clone(&self) -> CurrentUserError
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CurrentUserError
impl Debug for CurrentUserError
sourceimpl<'de> Deserialize<'de> for CurrentUserError
impl<'de> Deserialize<'de> for CurrentUserError
sourcefn 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
sourceimpl Serialize for CurrentUserError
impl Serialize for CurrentUserError
Auto Trait Implementations
impl RefUnwindSafe for CurrentUserError
impl Send for CurrentUserError
impl Sync for CurrentUserError
impl Unpin for CurrentUserError
impl UnwindSafe for CurrentUserError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more