pub enum PbsConfigSyncInlineEnum {
Show 22 variants
Remote,
Owner,
Comment,
Schedule,
RemoveVanished,
GroupFilter,
RateIn,
BurstIn,
RateOut,
BurstOut,
Ns,
RemoteNs,
MaxDepth,
TransferLast,
EncryptedOnly,
VerifiedOnly,
RunOnMount,
UnmountOnDone,
SyncDirection,
WorkerThreads,
ActiveEncryptionKey,
AssociatedKey,
}Expand description
Variants§
Remote
Owner
Comment
Schedule
RemoveVanished
GroupFilter
RateIn
BurstIn
RateOut
BurstOut
Ns
RemoteNs
MaxDepth
TransferLast
EncryptedOnly
VerifiedOnly
RunOnMount
UnmountOnDone
SyncDirection
WorkerThreads
ActiveEncryptionKey
AssociatedKey
Trait Implementations§
Source§impl Clone for PbsConfigSyncInlineEnum
impl Clone for PbsConfigSyncInlineEnum
Source§fn clone(&self) -> PbsConfigSyncInlineEnum
fn clone(&self) -> PbsConfigSyncInlineEnum
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PbsConfigSyncInlineEnum
impl Debug for PbsConfigSyncInlineEnum
Source§impl Default for PbsConfigSyncInlineEnum
impl Default for PbsConfigSyncInlineEnum
Source§fn default() -> PbsConfigSyncInlineEnum
fn default() -> PbsConfigSyncInlineEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PbsConfigSyncInlineEnum
impl<'de> Deserialize<'de> for PbsConfigSyncInlineEnum
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for PbsConfigSyncInlineEnum
impl Display for PbsConfigSyncInlineEnum
Source§impl Hash for PbsConfigSyncInlineEnum
impl Hash for PbsConfigSyncInlineEnum
Source§impl Ord for PbsConfigSyncInlineEnum
impl Ord for PbsConfigSyncInlineEnum
Source§fn cmp(&self, other: &PbsConfigSyncInlineEnum) -> Ordering
fn cmp(&self, other: &PbsConfigSyncInlineEnum) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PbsConfigSyncInlineEnum
impl PartialEq for PbsConfigSyncInlineEnum
Source§fn eq(&self, other: &PbsConfigSyncInlineEnum) -> bool
fn eq(&self, other: &PbsConfigSyncInlineEnum) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PbsConfigSyncInlineEnum
impl PartialOrd for PbsConfigSyncInlineEnum
Source§impl Serialize for PbsConfigSyncInlineEnum
impl Serialize for PbsConfigSyncInlineEnum
impl Copy for PbsConfigSyncInlineEnum
impl Eq for PbsConfigSyncInlineEnum
impl StructuralPartialEq for PbsConfigSyncInlineEnum
Auto Trait Implementations§
impl Freeze for PbsConfigSyncInlineEnum
impl RefUnwindSafe for PbsConfigSyncInlineEnum
impl Send for PbsConfigSyncInlineEnum
impl Sync for PbsConfigSyncInlineEnum
impl Unpin for PbsConfigSyncInlineEnum
impl UnsafeUnpin for PbsConfigSyncInlineEnum
impl UnwindSafe for PbsConfigSyncInlineEnum
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