pub struct SearchByKey {
pub key_: String,
}
Fields§
§key_: String
Trait Implementations§
Source§impl Debug for SearchByKey
impl Debug for SearchByKey
Auto Trait Implementations§
impl Freeze for SearchByKey
impl RefUnwindSafe for SearchByKey
impl Send for SearchByKey
impl Sync for SearchByKey
impl Unpin for SearchByKey
impl UnwindSafe for SearchByKey
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