pub struct StrRef;
Expand description
marker for usage of string references for edit distance computation
Trait Implementations§
Source§impl Ord for StrRef
impl Ord for StrRef
Source§impl PartialOrd for StrRef
impl PartialOrd for StrRef
impl Copy for StrRef
impl Eq for StrRef
impl StructuralPartialEq for StrRef
Auto Trait Implementations§
impl Freeze for StrRef
impl RefUnwindSafe for StrRef
impl Send for StrRef
impl Sync for StrRef
impl Unpin for StrRef
impl UnwindSafe for StrRef
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