pub struct DocReplicatorConfig {
pub files_storage_enabled: bool,
pub web_storage_enabled: bool,
}Expand description
DocReplicator configuration
Fields§
§files_storage_enabled: bool§web_storage_enabled: boolTrait Implementations§
Source§impl Clone for DocReplicatorConfig
impl Clone for DocReplicatorConfig
Source§fn clone(&self) -> DocReplicatorConfig
fn clone(&self) -> DocReplicatorConfig
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 moreAuto Trait Implementations§
impl Freeze for DocReplicatorConfig
impl RefUnwindSafe for DocReplicatorConfig
impl Send for DocReplicatorConfig
impl Sync for DocReplicatorConfig
impl Unpin for DocReplicatorConfig
impl UnwindSafe for DocReplicatorConfig
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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