pub struct ServiceNodesService { /* private fields */ }Expand description
Operations on the ServiceNodes resource.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ServiceNodesService
impl !UnwindSafe for ServiceNodesService
impl Freeze for ServiceNodesService
impl Send for ServiceNodesService
impl Sync for ServiceNodesService
impl Unpin for ServiceNodesService
impl UnsafeUnpin for ServiceNodesService
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