pub struct PlanName(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for PlanName
impl Ord for PlanName
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for PlanName
impl PartialOrd for PlanName
impl Eq for PlanName
impl StructuralPartialEq for PlanName
Auto Trait Implementations§
impl Freeze for PlanName
impl RefUnwindSafe for PlanName
impl Send for PlanName
impl Sync for PlanName
impl Unpin for PlanName
impl UnsafeUnpin for PlanName
impl UnwindSafe for PlanName
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