Struct znap_syn::ErrorAttributesStruct
source · 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 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