pub(crate) struct BuildInfoFormat {
pub format: BuildInfoSchema,
}Expand description
Used internally to detect the BUILDINFO version when deserializing.
Fields§
§format: BuildInfoSchemaTrait Implementations§
Source§impl Clone for BuildInfoFormat
impl Clone for BuildInfoFormat
Source§fn clone(&self) -> BuildInfoFormat
fn clone(&self) -> BuildInfoFormat
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 BuildInfoFormat
impl Debug for BuildInfoFormat
Source§impl<'de> Deserialize<'de> for BuildInfoFormat
impl<'de> Deserialize<'de> for BuildInfoFormat
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<BuildInfoFormat> for SchemaVersion
impl From<BuildInfoFormat> for SchemaVersion
Source§fn from(format: BuildInfoFormat) -> Self
fn from(format: BuildInfoFormat) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for BuildInfoFormat
impl RefUnwindSafe for BuildInfoFormat
impl Send for BuildInfoFormat
impl Sync for BuildInfoFormat
impl Unpin for BuildInfoFormat
impl UnwindSafe for BuildInfoFormat
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