pub struct GetWorksGroupDto {
pub work_type: Option<WorkTypeEnum>,
pub lesson_numbers: Option<Option<Vec<i32>>>,
}Fields§
§work_type: Option<WorkTypeEnum>§lesson_numbers: Option<Option<Vec<i32>>>Implementations§
Source§impl GetWorksGroupDto
impl GetWorksGroupDto
pub fn new() -> GetWorksGroupDto
Trait Implementations§
Source§impl Clone for GetWorksGroupDto
impl Clone for GetWorksGroupDto
Source§fn clone(&self) -> GetWorksGroupDto
fn clone(&self) -> GetWorksGroupDto
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetWorksGroupDto
impl Debug for GetWorksGroupDto
Source§impl Default for GetWorksGroupDto
impl Default for GetWorksGroupDto
Source§fn default() -> GetWorksGroupDto
fn default() -> GetWorksGroupDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetWorksGroupDto
impl<'de> Deserialize<'de> for GetWorksGroupDto
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
Source§impl PartialEq for GetWorksGroupDto
impl PartialEq for GetWorksGroupDto
Source§impl Serialize for GetWorksGroupDto
impl Serialize for GetWorksGroupDto
impl StructuralPartialEq for GetWorksGroupDto
Auto Trait Implementations§
impl Freeze for GetWorksGroupDto
impl RefUnwindSafe for GetWorksGroupDto
impl Send for GetWorksGroupDto
impl Sync for GetWorksGroupDto
impl Unpin for GetWorksGroupDto
impl UnwindSafe for GetWorksGroupDto
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