pub struct Restore {
pub headers: KeyValues,
pub jobs: u16,
pub data: Bytes,
}Fields§
§headers: KeyValues§jobs: u16§data: BytesTrait Implementations§
impl Eq for Restore
impl StructuralPartialEq for Restore
Auto Trait Implementations§
impl !Freeze for Restore
impl RefUnwindSafe for Restore
impl Send for Restore
impl Sync for Restore
impl Unpin for Restore
impl UnwindSafe for Restore
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