Struct edgedb_protocol::client_message::RestoreBlock [−][src]
pub struct RestoreBlock {
pub data: Bytes,
}Fields
data: BytesTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for RestoreBlock
impl Send for RestoreBlock
impl Sync for RestoreBlock
impl Unpin for RestoreBlock
impl UnwindSafe for RestoreBlock
Blanket Implementations
Mutably borrows from an owned value. Read more