pub struct ErrorText {
pub id: String,
pub text: String,
}Fields§
§id: String§text: StringImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ErrorText
impl<'de> Deserialize<'de> for ErrorText
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 Ord for ErrorText
impl Ord for ErrorText
Source§impl PartialOrd for ErrorText
impl PartialOrd for ErrorText
impl Eq for ErrorText
impl StructuralPartialEq for ErrorText
Auto Trait Implementations§
impl Freeze for ErrorText
impl RefUnwindSafe for ErrorText
impl Send for ErrorText
impl Sync for ErrorText
impl Unpin for ErrorText
impl UnwindSafe for ErrorText
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