pub struct StarRuleBucket {
pub cat_tinh: Vec<String>,
pub sat_tinh: Vec<String>,
pub binh_tinh: Vec<String>,
}Fields§
§cat_tinh: Vec<String>§sat_tinh: Vec<String>§binh_tinh: Vec<String>Trait Implementations§
Source§impl Clone for StarRuleBucket
impl Clone for StarRuleBucket
Source§fn clone(&self) -> StarRuleBucket
fn clone(&self) -> StarRuleBucket
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 moreAuto Trait Implementations§
impl Freeze for StarRuleBucket
impl RefUnwindSafe for StarRuleBucket
impl Send for StarRuleBucket
impl Sync for StarRuleBucket
impl Unpin for StarRuleBucket
impl UnsafeUnpin for StarRuleBucket
impl UnwindSafe for StarRuleBucket
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