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