pub enum ReadReturnKind {
Dto,
Boolean,
Int,
String,
Bytes,
}Variants§
Trait Implementations§
Source§impl Clone for ReadReturnKind
impl Clone for ReadReturnKind
Source§fn clone(&self) -> ReadReturnKind
fn clone(&self) -> ReadReturnKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ReadReturnKind
impl Debug for ReadReturnKind
Source§impl PartialEq for ReadReturnKind
impl PartialEq for ReadReturnKind
Source§fn eq(&self, other: &ReadReturnKind) -> bool
fn eq(&self, other: &ReadReturnKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ReadReturnKind
impl StructuralPartialEq for ReadReturnKind
Auto Trait Implementations§
impl Freeze for ReadReturnKind
impl RefUnwindSafe for ReadReturnKind
impl Send for ReadReturnKind
impl Sync for ReadReturnKind
impl Unpin for ReadReturnKind
impl UnsafeUnpin for ReadReturnKind
impl UnwindSafe for ReadReturnKind
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