Struct wezterm_blob_leases::BlobLease
source · pub struct BlobLease { /* private fields */ }
Expand description
A lease represents a handle to data in the store. The lease will help to keep the data alive in the store. Depending on the policy configured for the store, it may guarantee to keep the data intact for its lifetime, or in some cases, it the store is being thrashed and at capacity, it may have been evicted.
Implementations§
Trait Implementations§
source§impl PartialEq for BlobLease
impl PartialEq for BlobLease
impl Eq for BlobLease
impl StructuralEq for BlobLease
impl StructuralPartialEq for BlobLease
Auto Trait Implementations§
impl RefUnwindSafe for BlobLease
impl Send for BlobLease
impl Sync for BlobLease
impl Unpin for BlobLease
impl UnwindSafe for BlobLease
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