pub enum StorageInfo {
SettingInfo(SettingInfo),
}
Variants§
SettingInfo(SettingInfo)
Trait Implementations§
Source§impl Clone for StorageInfo
impl Clone for StorageInfo
Source§fn clone(&self) -> StorageInfo
fn clone(&self) -> StorageInfo
Returns a copy 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 StorageInfo
impl Debug for StorageInfo
Source§impl From<AudioInfo> for StorageInfo
impl From<AudioInfo> for StorageInfo
Source§fn from(info: AudioInfo) -> StorageInfo
fn from(info: AudioInfo) -> StorageInfo
Converts to this type from the input type.
Source§impl From<DisplayInfo> for StorageInfo
impl From<DisplayInfo> for StorageInfo
Source§fn from(info: DisplayInfo) -> StorageInfo
fn from(info: DisplayInfo) -> StorageInfo
Converts to this type from the input type.
Source§impl From<InputInfoSources> for StorageInfo
impl From<InputInfoSources> for StorageInfo
Source§fn from(info: InputInfoSources) -> StorageInfo
fn from(info: InputInfoSources) -> StorageInfo
Converts to this type from the input type.
Source§impl From<LightInfo> for StorageInfo
impl From<LightInfo> for StorageInfo
Source§fn from(info: LightInfo) -> StorageInfo
fn from(info: LightInfo) -> StorageInfo
Converts to this type from the input type.
Source§impl From<SettingInfo> for StorageInfo
impl From<SettingInfo> for StorageInfo
Source§fn from(setting_info: SettingInfo) -> Self
fn from(setting_info: SettingInfo) -> Self
Converts to this type from the input type.
Source§impl PartialEq for StorageInfo
impl PartialEq for StorageInfo
impl StructuralPartialEq for StorageInfo
Auto Trait Implementations§
impl Freeze for StorageInfo
impl RefUnwindSafe for StorageInfo
impl Send for StorageInfo
impl Sync for StorageInfo
impl Unpin for StorageInfo
impl UnwindSafe for StorageInfo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)