pub struct RushCandidate {
pub display: String,
pub replacement: String,
}Fields§
§display: String§replacement: StringImplementations§
Trait Implementations§
Source§impl Candidate for RushCandidate
impl Candidate for RushCandidate
Source§impl Clone for RushCandidate
impl Clone for RushCandidate
Source§fn clone(&self) -> RushCandidate
fn clone(&self) -> RushCandidate
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RushCandidate
impl RefUnwindSafe for RushCandidate
impl Send for RushCandidate
impl Sync for RushCandidate
impl Unpin for RushCandidate
impl UnwindSafe for RushCandidate
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