pub struct PropertyObserverConfigGen {}
Trait Implementations§
Source§impl Encode for PropertyObserverConfigGen
impl Encode for PropertyObserverConfigGen
fn scratch_len(&self) -> usize
fn encode(&self, _: &mut EncodeCursor<'_>)
impl Compatible<PropertyObserverConfig> for PropertyObserverConfigGen
impl Compatible<PropertyObserverConfigGen> for PropertyObserverConfig
Auto Trait Implementations§
impl Freeze for PropertyObserverConfigGen
impl RefUnwindSafe for PropertyObserverConfigGen
impl Send for PropertyObserverConfigGen
impl Sync for PropertyObserverConfigGen
impl Unpin for PropertyObserverConfigGen
impl UnwindSafe for PropertyObserverConfigGen
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