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