pub struct ExceptionId {}Implementations§
Source§impl ExceptionId
impl ExceptionId
pub fn new() -> ExceptionId
Trait Implementations§
Source§impl Clone for ExceptionId
impl Clone for ExceptionId
Source§fn clone(&self) -> ExceptionId
fn clone(&self) -> ExceptionId
Returns a duplicate 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 ExceptionId
impl Debug for ExceptionId
Source§impl Default for ExceptionId
impl Default for ExceptionId
Source§fn default() -> ExceptionId
fn default() -> ExceptionId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExceptionId
impl<'de> Deserialize<'de> for ExceptionId
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 ExceptionId
impl PartialEq for ExceptionId
Source§impl Serialize for ExceptionId
impl Serialize for ExceptionId
impl StructuralPartialEq for ExceptionId
Auto Trait Implementations§
impl Freeze for ExceptionId
impl RefUnwindSafe for ExceptionId
impl Send for ExceptionId
impl Sync for ExceptionId
impl Unpin for ExceptionId
impl UnwindSafe for ExceptionId
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