pub enum WriterLeaseReserveOutcome {
Reserved(WriterLeaseGrant),
LiveOwner(WriterLease),
}Variants§
Reserved(WriterLeaseGrant)
LiveOwner(WriterLease)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WriterLeaseReserveOutcome
impl RefUnwindSafe for WriterLeaseReserveOutcome
impl Send for WriterLeaseReserveOutcome
impl Sync for WriterLeaseReserveOutcome
impl Unpin for WriterLeaseReserveOutcome
impl UnsafeUnpin for WriterLeaseReserveOutcome
impl UnwindSafe for WriterLeaseReserveOutcome
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