pub enum Repaired {
SectionDescriptorCrc {
offset: u64,
section_type: String,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Repaired
impl RefUnwindSafe for Repaired
impl Send for Repaired
impl Sync for Repaired
impl Unpin for Repaired
impl UnsafeUnpin for Repaired
impl UnwindSafe for Repaired
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