pub struct AllConfigurations {
pub nextcloud: NextcloudConfiguration,
pub dropbox: DropboxConfiguration,
pub general: GeneralConfiguration,
}Fields§
§nextcloud: NextcloudConfiguration§dropbox: DropboxConfiguration§general: GeneralConfigurationImplementations§
Source§impl AllConfigurations
impl AllConfigurations
pub fn new( nextcloud: NextcloudConfiguration, dropbox: DropboxConfiguration, general: GeneralConfiguration, ) -> AllConfigurations
Trait Implementations§
Source§impl Clone for AllConfigurations
impl Clone for AllConfigurations
Source§fn clone(&self) -> AllConfigurations
fn clone(&self) -> AllConfigurations
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 AllConfigurations
impl Debug for AllConfigurations
Source§impl Default for AllConfigurations
impl Default for AllConfigurations
Source§impl PartialEq for AllConfigurations
impl PartialEq for AllConfigurations
impl StructuralPartialEq for AllConfigurations
Auto Trait Implementations§
impl Freeze for AllConfigurations
impl RefUnwindSafe for AllConfigurations
impl Send for AllConfigurations
impl Sync for AllConfigurations
impl Unpin for AllConfigurations
impl UnwindSafe for AllConfigurations
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