pub enum RegisterPostResponse {
Created,
UserWithThatIDDoesAlreadyExist,
}Variants§
Trait Implementations§
Source§impl Debug for RegisterPostResponse
impl Debug for RegisterPostResponse
Source§impl<'de> Deserialize<'de> for RegisterPostResponse
impl<'de> Deserialize<'de> for RegisterPostResponse
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 RegisterPostResponse
impl PartialEq for RegisterPostResponse
Source§impl Serialize for RegisterPostResponse
impl Serialize for RegisterPostResponse
impl StructuralPartialEq for RegisterPostResponse
Auto Trait Implementations§
impl Freeze for RegisterPostResponse
impl RefUnwindSafe for RegisterPostResponse
impl Send for RegisterPostResponse
impl Sync for RegisterPostResponse
impl Unpin for RegisterPostResponse
impl UnwindSafe for RegisterPostResponse
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