pub struct SlErr {
pub msg: String,
}
Fields§
§msg: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SlErr
impl RefUnwindSafe for SlErr
impl Send for SlErr
impl Sync for SlErr
impl Unpin for SlErr
impl UnwindSafe for SlErr
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