Struct edgedb_protocol::server_message::ServerKeyData
source · pub struct ServerKeyData {
pub data: [u8; 32],
}
Fields§
§data: [u8; 32]
Trait Implementations§
source§impl Clone for ServerKeyData
impl Clone for ServerKeyData
source§fn clone(&self) -> ServerKeyData
fn clone(&self) -> ServerKeyData
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 ServerKeyData
impl Debug for ServerKeyData
source§impl PartialEq<ServerKeyData> for ServerKeyData
impl PartialEq<ServerKeyData> for ServerKeyData
source§fn eq(&self, other: &ServerKeyData) -> bool
fn eq(&self, other: &ServerKeyData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ServerKeyData
impl StructuralEq for ServerKeyData
impl StructuralPartialEq for ServerKeyData
Auto Trait Implementations§
impl RefUnwindSafe for ServerKeyData
impl Send for ServerKeyData
impl Sync for ServerKeyData
impl Unpin for ServerKeyData
impl UnwindSafe for ServerKeyData
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