pub struct IdentityReasonCatalog;Expand description
Reason catalog that renders the stable reason code.
Trait Implementations§
Source§impl Default for IdentityReasonCatalog
impl Default for IdentityReasonCatalog
Source§fn default() -> IdentityReasonCatalog
fn default() -> IdentityReasonCatalog
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IdentityReasonCatalog
impl RefUnwindSafe for IdentityReasonCatalog
impl Send for IdentityReasonCatalog
impl Sync for IdentityReasonCatalog
impl Unpin for IdentityReasonCatalog
impl UnsafeUnpin for IdentityReasonCatalog
impl UnwindSafe for IdentityReasonCatalog
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