pub struct SelectTargetsOutput {
pub targets: Vec<String>,
}Expand description
Output of genesis_select_targets.
Fields§
§targets: Vec<String>Trait Implementations§
Source§impl Clone for SelectTargetsOutput
impl Clone for SelectTargetsOutput
Source§fn clone(&self) -> SelectTargetsOutput
fn clone(&self) -> SelectTargetsOutput
Returns a duplicate of the value. Read more
1.0.0 · 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 SelectTargetsOutput
impl Debug for SelectTargetsOutput
Source§impl<'de> Deserialize<'de> for SelectTargetsOutput
impl<'de> Deserialize<'de> for SelectTargetsOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SelectTargetsOutput
impl RefUnwindSafe for SelectTargetsOutput
impl Send for SelectTargetsOutput
impl Sync for SelectTargetsOutput
impl Unpin for SelectTargetsOutput
impl UnsafeUnpin for SelectTargetsOutput
impl UnwindSafe for SelectTargetsOutput
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