pub struct AlgoBcrypt {
pub type: String,
}Expand description
AlgoBcrypt : AlgoBcrypt
Fields§
§type: StringAlgo type.
Implementations§
Source§impl AlgoBcrypt
impl AlgoBcrypt
Sourcepub fn new(type: String) -> AlgoBcrypt
pub fn new(type: String) -> AlgoBcrypt
AlgoBcrypt
Trait Implementations§
Source§impl Clone for AlgoBcrypt
impl Clone for AlgoBcrypt
Source§fn clone(&self) -> AlgoBcrypt
fn clone(&self) -> AlgoBcrypt
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 AlgoBcrypt
impl Debug for AlgoBcrypt
Source§impl<'de> Deserialize<'de> for AlgoBcrypt
impl<'de> Deserialize<'de> for AlgoBcrypt
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AlgoBcrypt
impl PartialEq for AlgoBcrypt
Source§fn eq(&self, other: &AlgoBcrypt) -> bool
fn eq(&self, other: &AlgoBcrypt) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AlgoBcrypt
impl Serialize for AlgoBcrypt
impl StructuralPartialEq for AlgoBcrypt
Auto Trait Implementations§
impl Freeze for AlgoBcrypt
impl RefUnwindSafe for AlgoBcrypt
impl Send for AlgoBcrypt
impl Sync for AlgoBcrypt
impl Unpin for AlgoBcrypt
impl UnsafeUnpin for AlgoBcrypt
impl UnwindSafe for AlgoBcrypt
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