pub struct TargetsList {
pub targets: Vec<Target>,
}Expand description
Wrapper type for the targets xml element
Fields§
§targets: Vec<Target>Trait Implementations§
Source§impl Clone for TargetsList
impl Clone for TargetsList
Source§fn clone(&self) -> TargetsList
fn clone(&self) -> TargetsList
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 TargetsList
impl Debug for TargetsList
Source§impl Default for TargetsList
impl Default for TargetsList
Source§fn default() -> TargetsList
fn default() -> TargetsList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TargetsList
impl<'de> Deserialize<'de> for TargetsList
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
impl Eq for TargetsList
Source§impl PartialEq for TargetsList
impl PartialEq for TargetsList
Source§impl Serialize for TargetsList
impl Serialize for TargetsList
impl StructuralPartialEq for TargetsList
Auto Trait Implementations§
impl Freeze for TargetsList
impl RefUnwindSafe for TargetsList
impl Send for TargetsList
impl Sync for TargetsList
impl Unpin for TargetsList
impl UnsafeUnpin for TargetsList
impl UnwindSafe for TargetsList
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