pub struct R<'a> {
pub from: &'a str,
pub to: &'a str,
}Fields§
§from: &'a str§to: &'a strImplementations§
Trait Implementations§
source§impl<'a> Ord for R<'a>
impl<'a> Ord for R<'a>
source§impl<'a> PartialOrd for R<'a>
impl<'a> PartialOrd for R<'a>
impl<'a> Eq for R<'a>
impl<'a> StructuralPartialEq for R<'a>
Auto Trait Implementations§
impl<'a> Freeze for R<'a>
impl<'a> RefUnwindSafe for R<'a>
impl<'a> Send for R<'a>
impl<'a> Sync for R<'a>
impl<'a> Unpin for R<'a>
impl<'a> UnwindSafe for R<'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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)