Struct edgedb_protocol::model::ConfigMemory
source · pub struct ConfigMemory(pub i64);
Expand description
A type for cfg::memory received from the database
Tuple Fields§
§0: i64
Trait Implementations§
source§impl Clone for ConfigMemory
impl Clone for ConfigMemory
source§fn clone(&self) -> ConfigMemory
fn clone(&self) -> ConfigMemory
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 ConfigMemory
impl Debug for ConfigMemory
source§impl Display for ConfigMemory
impl Display for ConfigMemory
source§impl PartialEq for ConfigMemory
impl PartialEq for ConfigMemory
source§fn eq(&self, other: &ConfigMemory) -> bool
fn eq(&self, other: &ConfigMemory) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl ScalarArg for ConfigMemory
impl ScalarArg for ConfigMemory
impl Copy for ConfigMemory
impl StructuralPartialEq for ConfigMemory
Auto Trait Implementations§
impl Freeze for ConfigMemory
impl RefUnwindSafe for ConfigMemory
impl Send for ConfigMemory
impl Sync for ConfigMemory
impl Unpin for ConfigMemory
impl UnwindSafe for ConfigMemory
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