pub struct DayStarDto {
pub system: String,
pub index: usize,
pub name: String,
pub quality: String,
pub evidence: Option<RuleEvidenceDto>,
}Fields§
§system: String§index: usize§name: String§quality: String§evidence: Option<RuleEvidenceDto>Trait Implementations§
Source§impl Clone for DayStarDto
impl Clone for DayStarDto
Source§fn clone(&self) -> DayStarDto
fn clone(&self) -> DayStarDto
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 DayStarDto
impl Debug for DayStarDto
Source§impl<'de> Deserialize<'de> for DayStarDto
impl<'de> Deserialize<'de> for DayStarDto
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<&DayStar> for DayStarDto
impl From<&DayStar> for DayStarDto
Auto Trait Implementations§
impl Freeze for DayStarDto
impl RefUnwindSafe for DayStarDto
impl Send for DayStarDto
impl Sync for DayStarDto
impl Unpin for DayStarDto
impl UnsafeUnpin for DayStarDto
impl UnwindSafe for DayStarDto
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