pub struct TbdUmbrellaSection {
pub targets: Vec<String>,
pub umbrella: String,
}Fields§
§targets: Vec<String>§umbrella: StringTrait Implementations§
Source§impl Clone for TbdUmbrellaSection
impl Clone for TbdUmbrellaSection
Source§fn clone(&self) -> TbdUmbrellaSection
fn clone(&self) -> TbdUmbrellaSection
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 TbdUmbrellaSection
impl Debug for TbdUmbrellaSection
Source§impl<'de> Deserialize<'de> for TbdUmbrellaSection
impl<'de> Deserialize<'de> for TbdUmbrellaSection
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 TbdUmbrellaSection
impl RefUnwindSafe for TbdUmbrellaSection
impl Send for TbdUmbrellaSection
impl Sync for TbdUmbrellaSection
impl Unpin for TbdUmbrellaSection
impl UnwindSafe for TbdUmbrellaSection
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