pub struct ServiceFeatures {
pub block_secrets: bool,
pub redact_secrets: bool,
pub auto_sync: bool,
}Expand description
Feature configuration for services.
Fields§
§block_secrets: boolWhether to block content with secrets.
redact_secrets: boolWhether to redact secrets.
auto_sync: boolWhether to enable auto-sync.
Trait Implementations§
Source§impl Clone for ServiceFeatures
impl Clone for ServiceFeatures
Source§fn clone(&self) -> ServiceFeatures
fn clone(&self) -> ServiceFeatures
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 ServiceFeatures
impl Debug for ServiceFeatures
Auto Trait Implementations§
impl Freeze for ServiceFeatures
impl RefUnwindSafe for ServiceFeatures
impl Send for ServiceFeatures
impl Sync for ServiceFeatures
impl Unpin for ServiceFeatures
impl UnwindSafe for ServiceFeatures
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