pub struct TabooRuleMetaSet {
pub tam_nuong: SourceMeta,
pub nguyet_ky: SourceMeta,
pub sat_chu: SourceMeta,
pub tho_tu: SourceMeta,
}Fields§
§tam_nuong: SourceMeta§nguyet_ky: SourceMeta§sat_chu: SourceMeta§tho_tu: SourceMetaTrait Implementations§
Source§impl Clone for TabooRuleMetaSet
impl Clone for TabooRuleMetaSet
Source§fn clone(&self) -> TabooRuleMetaSet
fn clone(&self) -> TabooRuleMetaSet
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 TabooRuleMetaSet
impl Debug for TabooRuleMetaSet
Source§impl<'de> Deserialize<'de> for TabooRuleMetaSet
impl<'de> Deserialize<'de> for TabooRuleMetaSet
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 TabooRuleMetaSet
impl RefUnwindSafe for TabooRuleMetaSet
impl Send for TabooRuleMetaSet
impl Sync for TabooRuleMetaSet
impl Unpin for TabooRuleMetaSet
impl UnsafeUnpin for TabooRuleMetaSet
impl UnwindSafe for TabooRuleMetaSet
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