pub struct ErrorAttributesStruct {
pub msg: String,
}Fields§
§msg: StringTrait Implementations§
Source§impl Debug for ErrorAttributesStruct
impl Debug for ErrorAttributesStruct
Source§impl<T> ExtractAttributes<T> for ErrorAttributesStructwhere
T: HasAttributes,
impl<T> ExtractAttributes<T> for ErrorAttributesStructwhere
T: HasAttributes,
Auto Trait Implementations§
impl Freeze for ErrorAttributesStruct
impl RefUnwindSafe for ErrorAttributesStruct
impl Send for ErrorAttributesStruct
impl Sync for ErrorAttributesStruct
impl Unpin for ErrorAttributesStruct
impl UnsafeUnpin for ErrorAttributesStruct
impl UnwindSafe for ErrorAttributesStruct
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