pub struct MispSettingOptions {}
Implementations§
Source§impl MispSettingOptions
impl MispSettingOptions
pub fn new() -> MispSettingOptions
Trait Implementations§
Source§impl Clone for MispSettingOptions
impl Clone for MispSettingOptions
Source§fn clone(&self) -> MispSettingOptions
fn clone(&self) -> MispSettingOptions
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 MispSettingOptions
impl Debug for MispSettingOptions
Source§impl Default for MispSettingOptions
impl Default for MispSettingOptions
Source§fn default() -> MispSettingOptions
fn default() -> MispSettingOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MispSettingOptions
impl<'de> Deserialize<'de> for MispSettingOptions
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 MispSettingOptions
impl PartialEq for MispSettingOptions
Source§impl Serialize for MispSettingOptions
impl Serialize for MispSettingOptions
impl StructuralPartialEq for MispSettingOptions
Auto Trait Implementations§
impl Freeze for MispSettingOptions
impl RefUnwindSafe for MispSettingOptions
impl Send for MispSettingOptions
impl Sync for MispSettingOptions
impl Unpin for MispSettingOptions
impl UnwindSafe for MispSettingOptions
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