Struct edgedb_protocol::client_message::RestoreBlock
source · pub struct RestoreBlock {
pub data: Bytes,
}
Fields§
§data: Bytes
Trait Implementations§
source§impl Clone for RestoreBlock
impl Clone for RestoreBlock
source§fn clone(&self) -> RestoreBlock
fn clone(&self) -> RestoreBlock
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RestoreBlock
impl Debug for RestoreBlock
source§impl PartialEq for RestoreBlock
impl PartialEq for RestoreBlock
source§fn eq(&self, other: &RestoreBlock) -> bool
fn eq(&self, other: &RestoreBlock) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for RestoreBlock
impl StructuralPartialEq for RestoreBlock
Auto Trait Implementations§
impl !Freeze for RestoreBlock
impl RefUnwindSafe for RestoreBlock
impl Send for RestoreBlock
impl Sync for RestoreBlock
impl Unpin for RestoreBlock
impl UnwindSafe for RestoreBlock
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