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