pub struct KeySimple {
pub id: i32,
pub key: String,
}
Expand description
KeySimple : Key Simple
Fields§
§id: i32
§key: String
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for KeySimple
impl<'de> Deserialize<'de> for KeySimple
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 KeySimple
Auto Trait Implementations§
impl Freeze for KeySimple
impl RefUnwindSafe for KeySimple
impl Send for KeySimple
impl Sync for KeySimple
impl Unpin for KeySimple
impl UnwindSafe for KeySimple
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