pub enum KeeperEncoding {
Utf8,
Utf16,
}
Variants§
Trait Implementations§
Source§impl Clone for KeeperEncoding
impl Clone for KeeperEncoding
Source§fn clone(&self) -> KeeperEncoding
fn clone(&self) -> KeeperEncoding
Returns a copy 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 KeeperEncoding
impl Debug for KeeperEncoding
Source§impl Ord for KeeperEncoding
impl Ord for KeeperEncoding
Source§fn cmp(&self, other: &KeeperEncoding) -> Ordering
fn cmp(&self, other: &KeeperEncoding) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for KeeperEncoding
impl PartialEq for KeeperEncoding
Source§impl PartialOrd for KeeperEncoding
impl PartialOrd for KeeperEncoding
impl Eq for KeeperEncoding
impl StructuralPartialEq for KeeperEncoding
Auto Trait Implementations§
impl Freeze for KeeperEncoding
impl RefUnwindSafe for KeeperEncoding
impl Send for KeeperEncoding
impl Sync for KeeperEncoding
impl Unpin for KeeperEncoding
impl UnwindSafe for KeeperEncoding
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