pub struct LaneId(pub String);Expand description
Tuple Fields§
§0: StringThe raw lane name.
Implementations§
Trait Implementations§
impl Eq for LaneId
Source§impl Ord for LaneId
impl Ord for LaneId
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 LaneId
impl PartialOrd for LaneId
impl StructuralPartialEq for LaneId
Auto Trait Implementations§
impl Freeze for LaneId
impl RefUnwindSafe for LaneId
impl Send for LaneId
impl Sync for LaneId
impl Unpin for LaneId
impl UnsafeUnpin for LaneId
impl UnwindSafe for LaneId
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