Struct openvet_common::rust::CrateMetadata
source · pub struct CrateMetadata {
pub name: CrateName,
}Fields§
§name: CrateNameTrait Implementations§
source§impl Arbitrary for CrateMetadata
impl Arbitrary for CrateMetadata
§type Parameters = ()
type Parameters = ()
The type of parameters that
arbitrary_with accepts for configuration
of the generated Strategy. Parameters must implement Default.§type Strategy = BoxedStrategy<CrateMetadata>
type Strategy = BoxedStrategy<CrateMetadata>
The type of
Strategy used to generate values of type Self.source§fn arbitrary_with(args: <Self as Arbitrary>::Parameters) -> Self::Strategy
fn arbitrary_with(args: <Self as Arbitrary>::Parameters) -> Self::Strategy
source§impl Clone for CrateMetadata
impl Clone for CrateMetadata
source§fn clone(&self) -> CrateMetadata
fn clone(&self) -> CrateMetadata
Returns a copy 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 CrateMetadata
impl Debug for CrateMetadata
source§impl<'de> Deserialize<'de> for CrateMetadata
impl<'de> Deserialize<'de> for CrateMetadata
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 PartialEq for CrateMetadata
impl PartialEq for CrateMetadata
source§fn eq(&self, other: &CrateMetadata) -> bool
fn eq(&self, other: &CrateMetadata) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for CrateMetadata
impl Serialize for CrateMetadata
impl StructuralPartialEq for CrateMetadata
Auto Trait Implementations§
impl Freeze for CrateMetadata
impl RefUnwindSafe for CrateMetadata
impl Send for CrateMetadata
impl Sync for CrateMetadata
impl Unpin for CrateMetadata
impl UnwindSafe for CrateMetadata
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)