pub struct TokenLinkExistsHttpError {
pub status_code: Option<i32>,
pub message: Option<String>,
pub error: Option<String>,
}
Fields§
§status_code: Option<i32>
HTTP status code
message: Option<String>
Error message
error: Option<String>
Short description of the HTTP error
Implementations§
Source§impl TokenLinkExistsHttpError
impl TokenLinkExistsHttpError
pub fn new() -> TokenLinkExistsHttpError
Trait Implementations§
Source§impl Clone for TokenLinkExistsHttpError
impl Clone for TokenLinkExistsHttpError
Source§fn clone(&self) -> TokenLinkExistsHttpError
fn clone(&self) -> TokenLinkExistsHttpError
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 TokenLinkExistsHttpError
impl Debug for TokenLinkExistsHttpError
Source§impl Default for TokenLinkExistsHttpError
impl Default for TokenLinkExistsHttpError
Source§fn default() -> TokenLinkExistsHttpError
fn default() -> TokenLinkExistsHttpError
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TokenLinkExistsHttpError
impl<'de> Deserialize<'de> for TokenLinkExistsHttpError
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 TokenLinkExistsHttpError
impl PartialEq for TokenLinkExistsHttpError
Source§impl Serialize for TokenLinkExistsHttpError
impl Serialize for TokenLinkExistsHttpError
impl StructuralPartialEq for TokenLinkExistsHttpError
Auto Trait Implementations§
impl Freeze for TokenLinkExistsHttpError
impl RefUnwindSafe for TokenLinkExistsHttpError
impl Send for TokenLinkExistsHttpError
impl Sync for TokenLinkExistsHttpError
impl Unpin for TokenLinkExistsHttpError
impl UnwindSafe for TokenLinkExistsHttpError
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