Struct palmrs_sync::conduit::WithinConduitConfig
source · pub struct WithinConduitConfig {
pub sync_mode: SyncMode,
pub path_local: PathBuf,
pub path_device: PathBuf,
pub environment: HashMap<String, String>,
}
Fields§
§sync_mode: SyncMode
§path_local: PathBuf
§path_device: PathBuf
§environment: HashMap<String, String>
Implementations§
Trait Implementations§
source§impl Clone for WithinConduitConfig
impl Clone for WithinConduitConfig
source§fn clone(&self) -> WithinConduitConfig
fn clone(&self) -> WithinConduitConfig
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 WithinConduitConfig
impl Debug for WithinConduitConfig
source§impl Default for WithinConduitConfig
impl Default for WithinConduitConfig
source§fn default() -> WithinConduitConfig
fn default() -> WithinConduitConfig
Returns the “default value” for a type. Read more
source§impl PartialEq<WithinConduitConfig> for WithinConduitConfig
impl PartialEq<WithinConduitConfig> for WithinConduitConfig
source§fn eq(&self, other: &WithinConduitConfig) -> bool
fn eq(&self, other: &WithinConduitConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for WithinConduitConfig
Auto Trait Implementations§
impl RefUnwindSafe for WithinConduitConfig
impl Send for WithinConduitConfig
impl Sync for WithinConduitConfig
impl Unpin for WithinConduitConfig
impl UnwindSafe for WithinConduitConfig
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