Struct dav_server::memls::MemLs [−][src]
pub struct MemLs(_);Expand description
Ephemeral in-memory LockSystem.
Implementations
Trait Implementations
Lock a node. Returns Ok(new_lock) if succeeded,
or Err(conflicting_lock) if failed. Read more
Unlock a node. Returns Ok(()) if succeeded, Err (()) if failed
(because lock doesn’t exist) Read more
Refresh lock. Returns updated lock if succeeded.
Check if node is locked and if so, if we own all the locks. If not, returns as Err one conflicting lock. Read more
Find and return all locks that cover a given path.
Auto Trait Implementations
impl RefUnwindSafe for MemLs
impl UnwindSafe for MemLs
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
