pub struct DayStarRule {
pub name: String,
pub quality: String,
}Fields§
§name: String§quality: StringTrait Implementations§
Source§impl Clone for DayStarRule
impl Clone for DayStarRule
Source§fn clone(&self) -> DayStarRule
fn clone(&self) -> DayStarRule
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 DayStarRule
impl Debug for DayStarRule
Source§impl<'de> Deserialize<'de> for DayStarRule
impl<'de> Deserialize<'de> for DayStarRule
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 DayStarRule
impl RefUnwindSafe for DayStarRule
impl Send for DayStarRule
impl Sync for DayStarRule
impl Unpin for DayStarRule
impl UnsafeUnpin for DayStarRule
impl UnwindSafe for DayStarRule
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