pub struct OtherPrefs {
pub name_value: Option<Vec<NtRef>>,
}Expand description
Miscellaneous Other Preferences
Fields§
§name_value: Option<Vec<NtRef>>Trait Implementations§
Source§impl Clone for OtherPrefs
impl Clone for OtherPrefs
Source§fn clone(&self) -> OtherPrefs
fn clone(&self) -> OtherPrefs
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 OtherPrefs
impl Debug for OtherPrefs
Source§impl Default for OtherPrefs
impl Default for OtherPrefs
Source§fn default() -> OtherPrefs
fn default() -> OtherPrefs
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OtherPrefswhere
OtherPrefs: Default,
impl<'de> Deserialize<'de> for OtherPrefswhere
OtherPrefs: Default,
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 OtherPrefs
impl PartialEq for OtherPrefs
Source§impl Serialize for OtherPrefs
impl Serialize for OtherPrefs
impl StructuralPartialEq for OtherPrefs
Auto Trait Implementations§
impl Freeze for OtherPrefs
impl RefUnwindSafe for OtherPrefs
impl Send for OtherPrefs
impl Sync for OtherPrefs
impl Unpin for OtherPrefs
impl UnwindSafe for OtherPrefs
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