Struct edgedb_protocol::codec::ConfigMemory
source · pub struct ConfigMemory;
Trait Implementations§
source§impl Codec for ConfigMemory
impl Codec 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