Struct PackageRelationship
#[repr(transparent)]pub struct PackageRelationship(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl PackageRelationship
impl PackageRelationship
Trait Implementations§
§impl Clone for PackageRelationship
impl Clone for PackageRelationship
§fn clone(&self) -> PackageRelationship
fn clone(&self) -> PackageRelationship
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 more§impl Debug for PackageRelationship
impl Debug for PackageRelationship
§impl Default for PackageRelationship
impl Default for PackageRelationship
§fn default() -> PackageRelationship
fn default() -> PackageRelationship
Returns the “default value” for a type. Read more
§impl PartialEq for PackageRelationship
impl PartialEq for PackageRelationship
impl Copy for PackageRelationship
impl Eq for PackageRelationship
impl StructuralPartialEq for PackageRelationship
Auto Trait Implementations§
impl Freeze for PackageRelationship
impl RefUnwindSafe for PackageRelationship
impl Send for PackageRelationship
impl Sync for PackageRelationship
impl Unpin for PackageRelationship
impl UnwindSafe for PackageRelationship
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