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