Struct assembly_core::ldf::LDFError
source · pub struct LDFError(/* private fields */);
Expand description
Error when parsing LDF
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LDFError
impl RefUnwindSafe for LDFError
impl Send for LDFError
impl Sync for LDFError
impl Unpin for LDFError
impl UnwindSafe for LDFError
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