pub struct OmaSetting {
pub display_name: String,
pub description: String,
pub oma_uri: String,
}
Fields§
§display_name: String
§description: String
§oma_uri: String
Trait Implementations§
Source§impl Clone for OmaSetting
impl Clone for OmaSetting
Source§fn clone(&self) -> OmaSetting
fn clone(&self) -> OmaSetting
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 OmaSetting
impl Debug for OmaSetting
Source§impl<'de> Deserialize<'de> for OmaSetting
impl<'de> Deserialize<'de> for OmaSetting
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 OmaSetting
impl PartialEq for OmaSetting
Source§impl Serialize for OmaSetting
impl Serialize for OmaSetting
impl Eq for OmaSetting
impl StructuralPartialEq for OmaSetting
Auto Trait Implementations§
impl Freeze for OmaSetting
impl RefUnwindSafe for OmaSetting
impl Send for OmaSetting
impl Sync for OmaSetting
impl Unpin for OmaSetting
impl UnwindSafe for OmaSetting
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