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