Struct edgedb_protocol::client_message::Restore
source · [−]Fields
headers: KeyValuesjobs: u16data: BytesTrait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more