pub struct Description {
pub builds: Vec<Build>,
pub defaults: Option<HashSet<Vec<u8>>>,
}
Fields§
§builds: Vec<Build>
§defaults: Option<HashSet<Vec<u8>>>
Trait Implementations§
Source§impl Debug for Description
impl Debug for Description
Source§impl Default for Description
impl Default for Description
Source§fn default() -> Description
fn default() -> Description
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Description
impl RefUnwindSafe for Description
impl Send for Description
impl Sync for Description
impl Unpin for Description
impl UnwindSafe for Description
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