pub struct AlgoPhpass {
pub type: String,
}
Expand description
AlgoPhpass : AlgoPHPass
Fields§
§type: String
Algo type.
Implementations§
Source§impl AlgoPhpass
impl AlgoPhpass
Sourcepub fn new(type: String) -> AlgoPhpass
pub fn new(type: String) -> AlgoPhpass
AlgoPHPass
Trait Implementations§
Source§impl Clone for AlgoPhpass
impl Clone for AlgoPhpass
Source§fn clone(&self) -> AlgoPhpass
fn clone(&self) -> AlgoPhpass
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 AlgoPhpass
impl Debug for AlgoPhpass
Source§impl<'de> Deserialize<'de> for AlgoPhpass
impl<'de> Deserialize<'de> for AlgoPhpass
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 AlgoPhpass
impl PartialEq for AlgoPhpass
Source§impl Serialize for AlgoPhpass
impl Serialize for AlgoPhpass
impl StructuralPartialEq for AlgoPhpass
Auto Trait Implementations§
impl Freeze for AlgoPhpass
impl RefUnwindSafe for AlgoPhpass
impl Send for AlgoPhpass
impl Sync for AlgoPhpass
impl Unpin for AlgoPhpass
impl UnwindSafe for AlgoPhpass
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