pub struct PropertyObserverConfig {}
Trait Implementations§
Source§impl Clone for PropertyObserverConfig
impl Clone for PropertyObserverConfig
Source§fn clone(&self) -> PropertyObserverConfig
fn clone(&self) -> PropertyObserverConfig
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 PropertyObserverConfig
impl Debug for PropertyObserverConfig
Source§impl<'a> Decode<'a> for PropertyObserverConfig
impl<'a> Decode<'a> for PropertyObserverConfig
fn decode(_: &DecodeCursor<'a>) -> DecodeResult<Self>
Source§impl Default for PropertyObserverConfig
impl Default for PropertyObserverConfig
Source§fn default() -> PropertyObserverConfig
fn default() -> PropertyObserverConfig
Returns the “default value” for a type. Read more
Source§impl Encode for PropertyObserverConfig
impl Encode for PropertyObserverConfig
fn scratch_len(&self) -> usize
fn encode(&self, _: &mut EncodeCursor<'_>)
Source§impl Hash for PropertyObserverConfig
impl Hash for PropertyObserverConfig
Source§impl Ord for PropertyObserverConfig
impl Ord for PropertyObserverConfig
Source§fn cmp(&self, other: &PropertyObserverConfig) -> Ordering
fn cmp(&self, other: &PropertyObserverConfig) -> 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 PropertyObserverConfig
impl Owned for PropertyObserverConfig
type Lazy<'a> = PropertyObserverConfigLazy<'a>
fn lazy_to_owned(lazy: Self::Lazy<'_>) -> DecodeResult<Self>
Source§impl PartialEq for PropertyObserverConfig
impl PartialEq for PropertyObserverConfig
Source§impl PartialOrd for PropertyObserverConfig
impl PartialOrd for PropertyObserverConfig
Source§impl<'a> TryFrom<PropertyObserverConfigLazy<'a>> for PropertyObserverConfig
impl<'a> TryFrom<PropertyObserverConfigLazy<'a>> for PropertyObserverConfig
Source§type Error = DecodeError
type Error = DecodeError
The type returned in the event of a conversion error.
impl Compatible<PropertyObserverConfig> for PropertyObserverConfig
impl Compatible<PropertyObserverConfig> for PropertyObserverConfigGen
impl<'a> Compatible<PropertyObserverConfig> for PropertyObserverConfigLazy<'a>
impl Compatible<PropertyObserverConfigGen> for PropertyObserverConfig
impl<'a> Compatible<PropertyObserverConfigLazy<'a>> for PropertyObserverConfig
impl Copy for PropertyObserverConfig
impl Eq for PropertyObserverConfig
impl StructuralPartialEq for PropertyObserverConfig
Auto Trait Implementations§
impl Freeze for PropertyObserverConfig
impl RefUnwindSafe for PropertyObserverConfig
impl Send for PropertyObserverConfig
impl Sync for PropertyObserverConfig
impl Unpin for PropertyObserverConfig
impl UnwindSafe for PropertyObserverConfig
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.