Struct makepad_micro_serde::DeBinErr
source · 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 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