Struct edgedb_protocol::codec::NamedTuple  
source · pub struct NamedTuple { /* private fields */ }Trait Implementations§
source§impl Codec for NamedTuple
 
impl Codec for NamedTuple
Auto Trait Implementations§
impl !RefUnwindSafe for NamedTuple
impl Send for NamedTuple
impl Sync for NamedTuple
impl Unpin for NamedTuple
impl !UnwindSafe for NamedTuple
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