pub struct AddrError { /* private fields */ }
Expand description
Created when a label does not have a defined address
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AddrError
impl RefUnwindSafe for AddrError
impl Send for AddrError
impl Sync for AddrError
impl Unpin for AddrError
impl UnwindSafe for AddrError
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