pub struct PropertyOwnerConfig {}
Trait Implementations§
Source§impl Clone for PropertyOwnerConfig
impl Clone for PropertyOwnerConfig
Source§fn clone(&self) -> PropertyOwnerConfig
fn clone(&self) -> PropertyOwnerConfig
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 PropertyOwnerConfig
impl Debug for PropertyOwnerConfig
Source§impl<'a> Decode<'a> for PropertyOwnerConfig
impl<'a> Decode<'a> for PropertyOwnerConfig
fn decode(_: &DecodeCursor<'a>) -> DecodeResult<Self>
Source§impl Default for PropertyOwnerConfig
impl Default for PropertyOwnerConfig
Source§fn default() -> PropertyOwnerConfig
fn default() -> PropertyOwnerConfig
Returns the “default value” for a type. Read more
Source§impl Encode for PropertyOwnerConfig
impl Encode for PropertyOwnerConfig
fn scratch_len(&self) -> usize
fn encode(&self, _: &mut EncodeCursor<'_>)
Source§impl Hash for PropertyOwnerConfig
impl Hash for PropertyOwnerConfig
Source§impl Ord for PropertyOwnerConfig
impl Ord for PropertyOwnerConfig
Source§fn cmp(&self, other: &PropertyOwnerConfig) -> Ordering
fn cmp(&self, other: &PropertyOwnerConfig) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl Owned for PropertyOwnerConfig
impl Owned for PropertyOwnerConfig
type Lazy<'a> = PropertyOwnerConfigLazy<'a>
fn lazy_to_owned(lazy: Self::Lazy<'_>) -> DecodeResult<Self>
Source§impl PartialEq for PropertyOwnerConfig
impl PartialEq for PropertyOwnerConfig
Source§impl PartialOrd for PropertyOwnerConfig
impl PartialOrd for PropertyOwnerConfig
Source§impl<'a> TryFrom<PropertyOwnerConfigLazy<'a>> for PropertyOwnerConfig
impl<'a> TryFrom<PropertyOwnerConfigLazy<'a>> for PropertyOwnerConfig
Source§type Error = DecodeError
type Error = DecodeError
The type returned in the event of a conversion error.
impl Compatible<PropertyOwnerConfig> for PropertyOwnerConfig
impl Compatible<PropertyOwnerConfig> for PropertyOwnerConfigGen
impl<'a> Compatible<PropertyOwnerConfig> for PropertyOwnerConfigLazy<'a>
impl Compatible<PropertyOwnerConfigGen> for PropertyOwnerConfig
impl<'a> Compatible<PropertyOwnerConfigLazy<'a>> for PropertyOwnerConfig
impl Copy for PropertyOwnerConfig
impl Eq for PropertyOwnerConfig
impl StructuralPartialEq for PropertyOwnerConfig
Auto Trait Implementations§
impl Freeze for PropertyOwnerConfig
impl RefUnwindSafe for PropertyOwnerConfig
impl Send for PropertyOwnerConfig
impl Sync for PropertyOwnerConfig
impl Unpin for PropertyOwnerConfig
impl UnwindSafe for PropertyOwnerConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.