Enum edgedb_protocol::client_message::IoFormat
source · pub enum IoFormat {
Binary = 98,
Json = 106,
JsonElements = 74,
None = 110,
}
Variants§
Trait Implementations§
source§impl PartialEq for IoFormat
impl PartialEq for IoFormat
impl Copy for IoFormat
impl Eq for IoFormat
impl StructuralPartialEq for IoFormat
Auto Trait Implementations§
impl Freeze for IoFormat
impl RefUnwindSafe for IoFormat
impl Send for IoFormat
impl Sync for IoFormat
impl Unpin for IoFormat
impl UnwindSafe for IoFormat
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