Struct conjure_codegen::example_types::another::DifferentPackage
source · [−]pub struct DifferentPackage {}
Expand description
Different package.
Implementations
Trait Implementations
sourceimpl Clone for DifferentPackage
impl Clone for DifferentPackage
sourcefn clone(&self) -> DifferentPackage
fn clone(&self) -> DifferentPackage
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for DifferentPackage
impl Debug for DifferentPackage
sourceimpl<'de> Deserialize<'de> for DifferentPackage
impl<'de> Deserialize<'de> for DifferentPackage
sourcefn deserialize<D>(d: D) -> Result<DifferentPackage, D::Error> where
D: Deserializer<'de>,
fn deserialize<D>(d: D) -> Result<DifferentPackage, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl ErrorType for DifferentPackage
impl ErrorType for DifferentPackage
sourcefn instance_id(&self) -> Option<Uuid>
fn instance_id(&self) -> Option<Uuid>
Returns the error’s instance ID, if it stores one. Read more
sourcefn safe_args(&self) -> &'static [&'static str]
fn safe_args(&self) -> &'static [&'static str]
Returns a sorted slice of the names of the error’s safe parameters.
sourcefn with_instance_id(self, instance_id: Uuid) -> WithInstanceId<Self>
fn with_instance_id(self, instance_id: Uuid) -> WithInstanceId<Self>
Wraps the error in another that overrides its instance ID.
sourceimpl From<DifferentPackage> for Builder
impl From<DifferentPackage> for Builder
sourcefn from(_v: DifferentPackage) -> Builder
fn from(_v: DifferentPackage) -> Builder
Converts to this type from the input type.
sourceimpl Hash for DifferentPackage
impl Hash for DifferentPackage
sourceimpl Ord for DifferentPackage
impl Ord for DifferentPackage
sourceimpl PartialEq<DifferentPackage> for DifferentPackage
impl PartialEq<DifferentPackage> for DifferentPackage
sourceimpl PartialOrd<DifferentPackage> for DifferentPackage
impl PartialOrd<DifferentPackage> for DifferentPackage
sourcefn partial_cmp(&self, other: &DifferentPackage) -> Option<Ordering>
fn partial_cmp(&self, other: &DifferentPackage) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
sourceimpl Serialize for DifferentPackage
impl Serialize for DifferentPackage
impl Copy for DifferentPackage
impl Eq for DifferentPackage
impl StructuralEq for DifferentPackage
impl StructuralPartialEq for DifferentPackage
Auto Trait Implementations
impl RefUnwindSafe for DifferentPackage
impl Send for DifferentPackage
impl Sync for DifferentPackage
impl Unpin for DifferentPackage
impl UnwindSafe for DifferentPackage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.