pub struct SyncConfiguration {
pub filter_duplicates: bool,
}
Fields§
§filter_duplicates: bool
Filter out duplicate advertising reports. Optional. Default: true
Trait Implementations§
Source§impl Clone for SyncConfiguration
impl Clone for SyncConfiguration
Source§fn clone(&self) -> SyncConfiguration
fn clone(&self) -> SyncConfiguration
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 SyncConfiguration
impl RefUnwindSafe for SyncConfiguration
impl Send for SyncConfiguration
impl Sync for SyncConfiguration
impl Unpin for SyncConfiguration
impl UnwindSafe for SyncConfiguration
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