pub struct PKWiUCode {
pub Id: i32,
pub Name: String,
pub Description: String,
pub Active: bool,
}Expand description
WebAPI model PKWiUCode.
Fields§
§Id: i32§Name: String§Description: String§Active: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for PKWiUCode
impl<'de> Deserialize<'de> for PKWiUCode
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 PKWiUCode
impl RefUnwindSafe for PKWiUCode
impl Send for PKWiUCode
impl Sync for PKWiUCode
impl Unpin for PKWiUCode
impl UnsafeUnpin for PKWiUCode
impl UnwindSafe for PKWiUCode
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