pub enum MshVersion {
AsciiV22,
AsciiV41,
BinaryLeV22,
BinaryLeV41,
}Variants§
Trait Implementations§
Source§impl Clone for MshVersion
impl Clone for MshVersion
Source§fn clone(&self) -> MshVersion
fn clone(&self) -> MshVersion
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MshVersion
impl Debug for MshVersion
Source§impl PartialEq for MshVersion
impl PartialEq for MshVersion
impl Copy for MshVersion
impl Eq for MshVersion
impl StructuralPartialEq for MshVersion
Auto Trait Implementations§
impl Freeze for MshVersion
impl RefUnwindSafe for MshVersion
impl Send for MshVersion
impl Sync for MshVersion
impl Unpin for MshVersion
impl UnsafeUnpin for MshVersion
impl UnwindSafe for MshVersion
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