pub struct PackageStatusPending;Trait Implementations§
Source§impl Clone for PackageStatusPending
impl Clone for PackageStatusPending
Source§fn clone(&self) -> PackageStatusPending
fn clone(&self) -> PackageStatusPending
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 PackageStatusPending
impl Debug for PackageStatusPending
Source§impl Default for PackageStatusPending
impl Default for PackageStatusPending
Source§fn default() -> PackageStatusPending
fn default() -> PackageStatusPending
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PackageStatusPending
impl<'de> Deserialize<'de> for PackageStatusPending
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 Hash for PackageStatusPending
impl Hash for PackageStatusPending
Source§impl LitStr for PackageStatusPending
impl LitStr for PackageStatusPending
const LIT: &'static str = "pending"
fn lit_serialize<S>(
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn lit_deserialize<'de, D>(
deserializer: D,
) -> Result<(), <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Self: Sized,
fn lit_hash<H>(state: &mut H)where
H: Hasher,
fn lit_fmt(f: &mut Formatter<'_>) -> Result<(), Error>
Source§impl PartialEq for PackageStatusPending
impl PartialEq for PackageStatusPending
Source§impl Serialize for PackageStatusPending
impl Serialize for PackageStatusPending
impl Eq for PackageStatusPending
impl StructuralPartialEq for PackageStatusPending
Auto Trait Implementations§
impl Freeze for PackageStatusPending
impl RefUnwindSafe for PackageStatusPending
impl Send for PackageStatusPending
impl Sync for PackageStatusPending
impl Unpin for PackageStatusPending
impl UnwindSafe for PackageStatusPending
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