pub struct NativeOperatorTranslationUnitDependencies {
pub translation_unit: String,
pub headers: Vec<String>,
}Fields§
§translation_unit: String§headers: Vec<String>Trait Implementations§
Source§impl Clone for NativeOperatorTranslationUnitDependencies
impl Clone for NativeOperatorTranslationUnitDependencies
Source§fn clone(&self) -> NativeOperatorTranslationUnitDependencies
fn clone(&self) -> NativeOperatorTranslationUnitDependencies
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<'de> Deserialize<'de> for NativeOperatorTranslationUnitDependencies
impl<'de> Deserialize<'de> for NativeOperatorTranslationUnitDependencies
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 NativeOperatorTranslationUnitDependencies
impl StructuralPartialEq for NativeOperatorTranslationUnitDependencies
Auto Trait Implementations§
impl Freeze for NativeOperatorTranslationUnitDependencies
impl RefUnwindSafe for NativeOperatorTranslationUnitDependencies
impl Send for NativeOperatorTranslationUnitDependencies
impl Sync for NativeOperatorTranslationUnitDependencies
impl Unpin for NativeOperatorTranslationUnitDependencies
impl UnsafeUnpin for NativeOperatorTranslationUnitDependencies
impl UnwindSafe for NativeOperatorTranslationUnitDependencies
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