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