pub struct ConflictRule {
pub opposing_chi: String,
pub sat_huong: String,
pub cat_tinh: Vec<String>,
pub sat_tinh: Vec<String>,
}Fields§
§opposing_chi: String§sat_huong: String§cat_tinh: Vec<String>§sat_tinh: Vec<String>Trait Implementations§
Source§impl Clone for ConflictRule
impl Clone for ConflictRule
Source§fn clone(&self) -> ConflictRule
fn clone(&self) -> ConflictRule
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 ConflictRule
impl Debug for ConflictRule
Source§impl<'de> Deserialize<'de> for ConflictRule
impl<'de> Deserialize<'de> for ConflictRule
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 ConflictRule
impl RefUnwindSafe for ConflictRule
impl Send for ConflictRule
impl Sync for ConflictRule
impl Unpin for ConflictRule
impl UnsafeUnpin for ConflictRule
impl UnwindSafe for ConflictRule
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