pub struct Algorithms {}Implementations§
Source§impl Algorithms
impl Algorithms
pub fn new() -> Algorithms
Trait Implementations§
Source§impl Clone for Algorithms
impl Clone for Algorithms
Source§fn clone(&self) -> Algorithms
fn clone(&self) -> Algorithms
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 Algorithms
impl Debug for Algorithms
Source§impl Default for Algorithms
impl Default for Algorithms
Source§fn default() -> Algorithms
fn default() -> Algorithms
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Algorithms
impl<'de> Deserialize<'de> for Algorithms
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 Algorithms
impl PartialEq for Algorithms
Source§fn eq(&self, other: &Algorithms) -> bool
fn eq(&self, other: &Algorithms) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for Algorithms
impl Serialize for Algorithms
impl StructuralPartialEq for Algorithms
Auto Trait Implementations§
impl Freeze for Algorithms
impl RefUnwindSafe for Algorithms
impl Send for Algorithms
impl Sync for Algorithms
impl Unpin for Algorithms
impl UnsafeUnpin for Algorithms
impl UnwindSafe for Algorithms
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