Struct wezterm_blob_leases::LeaseId
source · pub struct LeaseId { /* private fields */ }
Expand description
Represents an individual lease
Implementations§
Trait Implementations§
source§impl PartialEq for LeaseId
impl PartialEq for LeaseId
impl Copy for LeaseId
impl Eq for LeaseId
impl StructuralEq for LeaseId
impl StructuralPartialEq for LeaseId
Auto Trait Implementations§
impl RefUnwindSafe for LeaseId
impl Send for LeaseId
impl Sync for LeaseId
impl Unpin for LeaseId
impl UnwindSafe for LeaseId
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