pub struct MemoKey {
pub key: String,
pub description: String,
pub git_repo: String,
pub memo: HashMap<String, Value>,
}Fields§
§key: String§description: String§git_repo: String§memo: HashMap<String, Value>Trait Implementations§
Source§impl<'de> Deserialize<'de> for MemoKey
impl<'de> Deserialize<'de> for MemoKey
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 StructuralPartialEq for MemoKey
Auto Trait Implementations§
impl Freeze for MemoKey
impl RefUnwindSafe for MemoKey
impl Send for MemoKey
impl Sync for MemoKey
impl Unpin for MemoKey
impl UnwindSafe for MemoKey
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