pub enum LibRef {
Hash(HashBytes),
Cell(Cell),
}Expand description
Library reference.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LibRef
impl !RefUnwindSafe for LibRef
impl Send for LibRef
impl Sync for LibRef
impl Unpin for LibRef
impl !UnwindSafe for LibRef
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