pub struct Configs {
pub configs: Vec<Config>,
pub notifications: NotificationSettings,
pub sounds: SoundSettings,
pub open_history_on_start: bool,
}Expand description
Multiple configurations for sync
Fields§
§configs: Vec<Config>§notifications: NotificationSettings§sounds: SoundSettings§open_history_on_start: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for Configs
impl<'de> Deserialize<'de> for Configs
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
Auto Trait Implementations§
impl Freeze for Configs
impl RefUnwindSafe for Configs
impl Send for Configs
impl Sync for Configs
impl Unpin for Configs
impl UnwindSafe for Configs
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