pub struct ResourceReport {
pub name: String,
pub state: String,
}Fields§
§name: String§state: Stringrunning, stopped, ready, pending, failed, or — (unbound).
Trait Implementations§
Source§impl Clone for ResourceReport
impl Clone for ResourceReport
Source§fn clone(&self) -> ResourceReport
fn clone(&self) -> ResourceReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ResourceReport
impl Debug for ResourceReport
impl Eq for ResourceReport
Source§impl PartialEq for ResourceReport
impl PartialEq for ResourceReport
impl StructuralPartialEq for ResourceReport
Auto Trait Implementations§
impl Freeze for ResourceReport
impl RefUnwindSafe for ResourceReport
impl Send for ResourceReport
impl Sync for ResourceReport
impl Unpin for ResourceReport
impl UnsafeUnpin for ResourceReport
impl UnwindSafe for ResourceReport
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