pub struct RustCodeDerivRepl { /* private fields */ }
Expand description
A struct which defines a #[derive]
for a specific struct/enum.
The item is searched by name of the item.
Implementations§
Trait Implementations§
Source§impl Borrow<String> for RustCodeDerivRepl
impl Borrow<String> for RustCodeDerivRepl
Source§impl Borrow<str> for RustCodeDerivRepl
impl Borrow<str> for RustCodeDerivRepl
Source§impl Hash for RustCodeDerivRepl
impl Hash for RustCodeDerivRepl
Source§impl PartialEq for RustCodeDerivRepl
impl PartialEq for RustCodeDerivRepl
impl Eq for RustCodeDerivRepl
Auto Trait Implementations§
impl Freeze for RustCodeDerivRepl
impl RefUnwindSafe for RustCodeDerivRepl
impl Send for RustCodeDerivRepl
impl Sync for RustCodeDerivRepl
impl Unpin for RustCodeDerivRepl
impl UnwindSafe for RustCodeDerivRepl
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.