Struct wezterm_blob_leases::ContentId
source · pub struct ContentId(/* private fields */);
Expand description
Identifies data within the store. This is an (unspecified) hash of the content
Implementations§
Trait Implementations§
source§impl PartialEq for ContentId
impl PartialEq for ContentId
impl Copy for ContentId
impl Eq for ContentId
impl StructuralEq for ContentId
impl StructuralPartialEq for ContentId
Auto Trait Implementations§
impl RefUnwindSafe for ContentId
impl Send for ContentId
impl Sync for ContentId
impl Unpin for ContentId
impl UnwindSafe for ContentId
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