pub struct BaseErrorMessage {}Implementations§
Source§impl BaseErrorMessage
impl BaseErrorMessage
pub fn new() -> BaseErrorMessage
Trait Implementations§
Source§impl Clone for BaseErrorMessage
impl Clone for BaseErrorMessage
Source§fn clone(&self) -> BaseErrorMessage
fn clone(&self) -> BaseErrorMessage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BaseErrorMessage
impl Debug for BaseErrorMessage
Source§impl Default for BaseErrorMessage
impl Default for BaseErrorMessage
Source§fn default() -> BaseErrorMessage
fn default() -> BaseErrorMessage
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BaseErrorMessage
impl<'de> Deserialize<'de> for BaseErrorMessage
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 BaseErrorMessage
impl PartialEq for BaseErrorMessage
Source§fn eq(&self, other: &BaseErrorMessage) -> bool
fn eq(&self, other: &BaseErrorMessage) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BaseErrorMessage
impl Serialize for BaseErrorMessage
impl StructuralPartialEq for BaseErrorMessage
Auto Trait Implementations§
impl Freeze for BaseErrorMessage
impl RefUnwindSafe for BaseErrorMessage
impl Send for BaseErrorMessage
impl Sync for BaseErrorMessage
impl Unpin for BaseErrorMessage
impl UnsafeUnpin for BaseErrorMessage
impl UnwindSafe for BaseErrorMessage
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