pub struct PlaceId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for PlaceId
impl Ord for PlaceId
Source§impl PartialOrd for PlaceId
impl PartialOrd for PlaceId
impl Eq for PlaceId
impl StructuralPartialEq for PlaceId
Auto Trait Implementations§
impl Freeze for PlaceId
impl RefUnwindSafe for PlaceId
impl Send for PlaceId
impl Sync for PlaceId
impl Unpin for PlaceId
impl UnsafeUnpin for PlaceId
impl UnwindSafe for PlaceId
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