pub struct StoredKind {
pub what: String,
pub detail: String,
}Expand description
One kind of data the server holds, in the manifest’s own words.
Fields§
§what: String§detail: StringTrait Implementations§
Source§impl Clone for StoredKind
impl Clone for StoredKind
Source§impl Debug for StoredKind
impl Debug for StoredKind
Source§impl<'de> Deserialize<'de> for StoredKind
impl<'de> Deserialize<'de> for StoredKind
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
Auto Trait Implementations§
impl Freeze for StoredKind
impl RefUnwindSafe for StoredKind
impl Send for StoredKind
impl Sync for StoredKind
impl Unpin for StoredKind
impl UnsafeUnpin for StoredKind
impl UnwindSafe for StoredKind
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