pub struct PropertyManagementClient { /* private fields */ }
Trait Implementations§
Source§impl Clone for PropertyManagementClient
impl Clone for PropertyManagementClient
Source§fn clone(&self) -> PropertyManagementClient
fn clone(&self) -> PropertyManagementClient
Returns a copy 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 PropertyManagementClient
impl Debug for PropertyManagementClient
Source§impl From<IFabricPropertyManagementClient2> for PropertyManagementClient
impl From<IFabricPropertyManagementClient2> for PropertyManagementClient
Source§fn from(com: IFabricPropertyManagementClient2) -> Self
fn from(com: IFabricPropertyManagementClient2) -> Self
Converts to this type from the input type.
Source§impl From<PropertyManagementClient> for IFabricPropertyManagementClient2
impl From<PropertyManagementClient> for IFabricPropertyManagementClient2
Source§fn from(value: PropertyManagementClient) -> Self
fn from(value: PropertyManagementClient) -> Self
Converts to this type from the input type.
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