pub struct PropertyManagementClient { /* private fields */ }
Auto Trait Implementations§
impl Freeze for PropertyManagementClient
impl RefUnwindSafe for PropertyManagementClient
impl Send for PropertyManagementClient
impl Sync for PropertyManagementClient
impl Unpin for PropertyManagementClient
impl UnwindSafe for PropertyManagementClient
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