Struct edgedb_protocol::client_message::Restore
source · pub struct Restore {
pub headers: KeyValues,
pub jobs: u16,
pub data: Bytes,
}
Fields§
§headers: KeyValues
§jobs: u16
§data: Bytes
Trait Implementations§
source§impl PartialEq<Restore> for Restore
impl PartialEq<Restore> for Restore
impl Eq for Restore
impl StructuralEq for Restore
impl StructuralPartialEq for Restore
Auto Trait Implementations§
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