pub struct VolumePolicyControllerControlHandle { /* private fields */ }
Trait Implementations§
source§impl Clone for VolumePolicyControllerControlHandle
impl Clone for VolumePolicyControllerControlHandle
source§fn clone(&self) -> VolumePolicyControllerControlHandle
fn clone(&self) -> VolumePolicyControllerControlHandle
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 ControlHandle for VolumePolicyControllerControlHandle
impl ControlHandle for VolumePolicyControllerControlHandle
Auto Trait Implementations§
impl !RefUnwindSafe for VolumePolicyControllerControlHandle
impl Send for VolumePolicyControllerControlHandle
impl Sync for VolumePolicyControllerControlHandle
impl Unpin for VolumePolicyControllerControlHandle
impl !UnwindSafe for VolumePolicyControllerControlHandle
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