pub struct ConfiguredInterfaceSetting { /* private fields */ }Implementations§
Source§impl ConfiguredInterfaceSetting
impl ConfiguredInterfaceSetting
pub const fn spec(&self) -> InterfaceSettingSpec
pub fn source_key(&self) -> &str
pub fn value(&self) -> &str
Trait Implementations§
Source§impl Clone for ConfiguredInterfaceSetting
impl Clone for ConfiguredInterfaceSetting
Source§fn clone(&self) -> ConfiguredInterfaceSetting
fn clone(&self) -> ConfiguredInterfaceSetting
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 ConfiguredInterfaceSetting
impl Debug for ConfiguredInterfaceSetting
impl Eq for ConfiguredInterfaceSetting
impl StructuralPartialEq for ConfiguredInterfaceSetting
Auto Trait Implementations§
impl Freeze for ConfiguredInterfaceSetting
impl RefUnwindSafe for ConfiguredInterfaceSetting
impl Send for ConfiguredInterfaceSetting
impl Sync for ConfiguredInterfaceSetting
impl Unpin for ConfiguredInterfaceSetting
impl UnsafeUnpin for ConfiguredInterfaceSetting
impl UnwindSafe for ConfiguredInterfaceSetting
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