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