pub struct LayerName { /* private fields */ }Expand description
Human-facing property layer name.
§Performance
Cloning is O(name.len()); comparison and display are O(name.len()).
Implementations§
Trait Implementations§
Source§impl Ord for LayerName
impl Ord for LayerName
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 LayerName
impl PartialOrd for LayerName
impl Eq for LayerName
impl StructuralPartialEq for LayerName
Auto Trait Implementations§
impl Freeze for LayerName
impl RefUnwindSafe for LayerName
impl Send for LayerName
impl Sync for LayerName
impl Unpin for LayerName
impl UnsafeUnpin for LayerName
impl UnwindSafe for LayerName
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