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