pub struct StashItem {
pub selector: String,
pub msg: String,
pub meta: String,
}Expand description
A single stash entry (backend-agnostic)
Fields§
§selector: String§msg: String§meta: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for StashItem
impl<'de> Deserialize<'de> for StashItem
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for StashItem
impl StructuralPartialEq for StashItem
Auto Trait Implementations§
impl Freeze for StashItem
impl RefUnwindSafe for StashItem
impl Send for StashItem
impl Sync for StashItem
impl Unpin for StashItem
impl UnwindSafe for StashItem
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