pub struct SubheaderWithoutHeader;
Expand description
Indicates that a subheader was found without a corresponding header.
Auto Trait Implementations§
impl Freeze for SubheaderWithoutHeader
impl RefUnwindSafe for SubheaderWithoutHeader
impl Send for SubheaderWithoutHeader
impl Sync for SubheaderWithoutHeader
impl Unpin for SubheaderWithoutHeader
impl UnwindSafe for SubheaderWithoutHeader
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