pub struct SyncRootInfo { /* private fields */ }
Expand description
Information about a sync root.
Implementations§
Source§impl SyncRootInfo
impl SyncRootInfo
Sourcepub fn hardlinks_allowed(&self) -> bool
pub fn hardlinks_allowed(&self) -> bool
The hydration type of the sync root. Whether or not hardlinks are allowed by the sync root.
Sourcepub fn status(&self) -> ProviderStatus
pub fn status(&self) -> ProviderStatus
The status of the sync provider.
Sourcepub fn provider_name(&self) -> &U16CStr
pub fn provider_name(&self) -> &U16CStr
The name of the sync provider.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncRootInfo
impl RefUnwindSafe for SyncRootInfo
impl !Send for SyncRootInfo
impl !Sync for SyncRootInfo
impl Unpin for SyncRootInfo
impl UnwindSafe for SyncRootInfo
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