pub enum CryptoType {
Weapi,
Eapi,
Linuxapi,
Api,
}Expand description
加密类型
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CryptoType
impl Clone for CryptoType
Source§fn clone(&self) -> CryptoType
fn clone(&self) -> CryptoType
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 CryptoType
impl Debug for CryptoType
Source§impl Default for CryptoType
impl Default for CryptoType
Source§fn default() -> CryptoType
fn default() -> CryptoType
Returns the “default value” for a type. Read more
Source§impl From<&str> for CryptoType
impl From<&str> for CryptoType
Source§impl PartialEq for CryptoType
impl PartialEq for CryptoType
impl StructuralPartialEq for CryptoType
Auto Trait Implementations§
impl Freeze for CryptoType
impl RefUnwindSafe for CryptoType
impl Send for CryptoType
impl Sync for CryptoType
impl Unpin for CryptoType
impl UnsafeUnpin for CryptoType
impl UnwindSafe for CryptoType
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