pub struct RigDownResult {
pub rig: String,
pub project: String,
pub state: String,
}Expand description
ign rig down output model.
Fields§
§rig: StringCompose project name.
project: StringCompose project name.
state: StringAlways "down" on success.
Trait Implementations§
Source§impl Debug for RigDownResult
impl Debug for RigDownResult
Auto Trait Implementations§
impl Freeze for RigDownResult
impl RefUnwindSafe for RigDownResult
impl Send for RigDownResult
impl Sync for RigDownResult
impl Unpin for RigDownResult
impl UnsafeUnpin for RigDownResult
impl UnwindSafe for RigDownResult
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