pub struct ExtraDepRequest {
pub tech_id: String,
pub parent_slug: String,
pub parent_filename: String,
pub candidates: Vec<ExtraDepCandidate>,
}Fields§
§tech_id: String§parent_slug: String§parent_filename: String§candidates: Vec<ExtraDepCandidate>Trait Implementations§
Source§impl Clone for ExtraDepRequest
impl Clone for ExtraDepRequest
Source§fn clone(&self) -> ExtraDepRequest
fn clone(&self) -> ExtraDepRequest
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 moreAuto Trait Implementations§
impl Freeze for ExtraDepRequest
impl RefUnwindSafe for ExtraDepRequest
impl Send for ExtraDepRequest
impl Sync for ExtraDepRequest
impl Unpin for ExtraDepRequest
impl UnsafeUnpin for ExtraDepRequest
impl UnwindSafe for ExtraDepRequest
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