pub struct PlaceRef(/* private fields */);Expand description
Type-erased reference to a place, used internally for arc storage.
Carries only the name (as Arc
Implementations§
Trait Implementations§
impl Eq for PlaceRef
impl StructuralPartialEq for PlaceRef
Auto Trait Implementations§
impl Freeze for PlaceRef
impl RefUnwindSafe for PlaceRef
impl Send for PlaceRef
impl Sync for PlaceRef
impl Unpin for PlaceRef
impl UnsafeUnpin for PlaceRef
impl UnwindSafe for PlaceRef
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