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