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