pub struct DayConflictDto {
pub opposing_chi: String,
pub opposing_con_giap: String,
pub tuoi_xung: Vec<String>,
pub sat_huong: String,
pub evidence: Option<RuleEvidenceDto>,
}Fields§
§opposing_chi: String§opposing_con_giap: String§tuoi_xung: Vec<String>§sat_huong: String§evidence: Option<RuleEvidenceDto>Trait Implementations§
Source§impl Clone for DayConflictDto
impl Clone for DayConflictDto
Source§fn clone(&self) -> DayConflictDto
fn clone(&self) -> DayConflictDto
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 DayConflictDto
impl Debug for DayConflictDto
Source§impl<'de> Deserialize<'de> for DayConflictDto
impl<'de> Deserialize<'de> for DayConflictDto
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 From<&DayConflict> for DayConflictDto
impl From<&DayConflict> for DayConflictDto
Source§fn from(value: &DayConflict) -> Self
fn from(value: &DayConflict) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DayConflictDto
impl RefUnwindSafe for DayConflictDto
impl Send for DayConflictDto
impl Sync for DayConflictDto
impl Unpin for DayConflictDto
impl UnsafeUnpin for DayConflictDto
impl UnwindSafe for DayConflictDto
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