pub struct DepartmentSimpleList {
pub department_id: Vec<DepartmentSimple>,
}Fields§
§department_id: Vec<DepartmentSimple>Trait Implementations§
Source§impl Debug for DepartmentSimpleList
impl Debug for DepartmentSimpleList
Source§impl Default for DepartmentSimpleList
impl Default for DepartmentSimpleList
Source§fn default() -> DepartmentSimpleList
fn default() -> DepartmentSimpleList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DepartmentSimpleList
impl<'de> Deserialize<'de> for DepartmentSimpleList
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 DepartmentSimpleList
impl RefUnwindSafe for DepartmentSimpleList
impl Send for DepartmentSimpleList
impl Sync for DepartmentSimpleList
impl Unpin for DepartmentSimpleList
impl UnwindSafe for DepartmentSimpleList
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