Struct edgedb_protocol::codec::ConfigMemory
source · [−]pub struct ConfigMemory;
Trait Implementations
sourceimpl Codec for ConfigMemory
impl Codec for ConfigMemory
Auto Trait Implementations
impl RefUnwindSafe for ConfigMemory
impl Send for ConfigMemory
impl Sync for ConfigMemory
impl Unpin for ConfigMemory
impl UnwindSafe for ConfigMemory
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