pub struct ModelApi2 {
pub id: String,
pub npm: String,
pub url: String,
}Fields§
§id: String§npm: String§url: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for ModelApi2
impl<'de> Deserialize<'de> for ModelApi2
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 ModelApi2
Auto Trait Implementations§
impl Freeze for ModelApi2
impl RefUnwindSafe for ModelApi2
impl Send for ModelApi2
impl Sync for ModelApi2
impl Unpin for ModelApi2
impl UnsafeUnpin for ModelApi2
impl UnwindSafe for ModelApi2
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