pub struct PropertyObserverConfigLazy<'a> { /* private fields */ }
Trait Implementations§
Source§impl<'a> Clone for PropertyObserverConfigLazy<'a>
impl<'a> Clone for PropertyObserverConfigLazy<'a>
Source§impl<'a> Debug for PropertyObserverConfigLazy<'a>
impl<'a> Debug for PropertyObserverConfigLazy<'a>
Source§impl<'a> Decode<'a> for PropertyObserverConfigLazy<'a>
impl<'a> Decode<'a> for PropertyObserverConfigLazy<'a>
fn decode(cursor: &DecodeCursor<'a>) -> DecodeResult<Self>
Source§impl<'a> Encode for PropertyObserverConfigLazy<'a>
impl<'a> Encode for PropertyObserverConfigLazy<'a>
fn scratch_len(&self) -> usize
fn encode(&self, _: &mut EncodeCursor<'_>)
Source§impl<'a> Lazy<'a> for PropertyObserverConfigLazy<'a>
impl<'a> Lazy<'a> for PropertyObserverConfigLazy<'a>
Source§impl<'a> PartialEq for PropertyObserverConfigLazy<'a>
impl<'a> PartialEq for PropertyObserverConfigLazy<'a>
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<'a> Compatible<PropertyObserverConfig> for PropertyObserverConfigLazy<'a>
impl<'a> Compatible<PropertyObserverConfigLazy<'a>> for PropertyObserverConfig
impl<'a> Compatible<PropertyObserverConfigLazy<'a>> for PropertyObserverConfigLazy<'a>
impl<'a> Copy for PropertyObserverConfigLazy<'a>
Auto Trait Implementations§
impl<'a> Freeze for PropertyObserverConfigLazy<'a>
impl<'a> RefUnwindSafe for PropertyObserverConfigLazy<'a>
impl<'a> Send for PropertyObserverConfigLazy<'a>
impl<'a> Sync for PropertyObserverConfigLazy<'a>
impl<'a> Unpin for PropertyObserverConfigLazy<'a>
impl<'a> UnwindSafe for PropertyObserverConfigLazy<'a>
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