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