pub struct GenericProductDefinitionReference {
pub source: ExternalSourceRef,
}Fields§
§source: ExternalSourceRefTrait Implementations§
Source§impl Clone for GenericProductDefinitionReference
impl Clone for GenericProductDefinitionReference
Source§fn clone(&self) -> GenericProductDefinitionReference
fn clone(&self) -> GenericProductDefinitionReference
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for GenericProductDefinitionReference
impl PartialEq for GenericProductDefinitionReference
Source§fn eq(&self, other: &GenericProductDefinitionReference) -> bool
fn eq(&self, other: &GenericProductDefinitionReference) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GenericProductDefinitionReference
Auto Trait Implementations§
impl Freeze for GenericProductDefinitionReference
impl RefUnwindSafe for GenericProductDefinitionReference
impl Send for GenericProductDefinitionReference
impl Sync for GenericProductDefinitionReference
impl Unpin for GenericProductDefinitionReference
impl UnsafeUnpin for GenericProductDefinitionReference
impl UnwindSafe for GenericProductDefinitionReference
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