Struct dav_server::ls::DavLock [−][src]
pub struct DavLock {
pub token: String,
pub path: DavPath,
pub principal: Option<String>,
pub owner: Option<Element>,
pub timeout_at: Option<SystemTime>,
pub timeout: Option<Duration>,
pub shared: bool,
pub deep: bool,
}Expand description
Type of the locks returned by DavLockSystem methods.
Fields
token: StringToken.
path: DavPathPath/
principal: Option<String>Principal.
owner: Option<Element>Owner.
timeout_at: Option<SystemTime>When the lock turns stale (absolute).
timeout: Option<Duration>When the lock turns stale (relative).
Shared.
deep: boolDeep.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DavLock
impl UnwindSafe for DavLock
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
