pub struct LayerName<'a>(/* private fields */);Trait Implementations§
Source§impl<'a> Ord for LayerName<'a>
impl<'a> Ord for LayerName<'a>
1.21.0 · 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<'a> PartialOrd for LayerName<'a>
impl<'a> PartialOrd for LayerName<'a>
Source§impl<'a> ToCursors for LayerName<'a>
impl<'a> ToCursors for LayerName<'a>
fn to_cursors(&self, s: &mut impl CursorSink)
impl<'a> Eq for LayerName<'a>
impl<'a> StructuralPartialEq for LayerName<'a>
Auto Trait Implementations§
impl<'a> Freeze for LayerName<'a>
impl<'a> !RefUnwindSafe for LayerName<'a>
impl<'a> !Send for LayerName<'a>
impl<'a> !Sync for LayerName<'a>
impl<'a> Unpin for LayerName<'a>
impl<'a> !UnwindSafe for LayerName<'a>
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