pub struct ApiMetaDto {
pub schema_version: String,
pub ruleset_id: String,
pub ruleset_version: String,
pub profile: String,
pub generated_at: String,
}Fields§
§schema_version: String§ruleset_id: String§ruleset_version: String§profile: String§generated_at: StringTrait Implementations§
Source§impl Clone for ApiMetaDto
impl Clone for ApiMetaDto
Source§fn clone(&self) -> ApiMetaDto
fn clone(&self) -> ApiMetaDto
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 ApiMetaDto
impl Debug for ApiMetaDto
Source§impl<'de> Deserialize<'de> for ApiMetaDto
impl<'de> Deserialize<'de> for ApiMetaDto
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<&DayInfoDto> for ApiMetaDto
impl From<&DayInfoDto> for ApiMetaDto
Source§fn from(info: &DayInfoDto) -> Self
fn from(info: &DayInfoDto) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ApiMetaDto
impl RefUnwindSafe for ApiMetaDto
impl Send for ApiMetaDto
impl Sync for ApiMetaDto
impl Unpin for ApiMetaDto
impl UnsafeUnpin for ApiMetaDto
impl UnwindSafe for ApiMetaDto
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