Struct autosar_data::WeakArxmlFile
source · [−]pub struct WeakArxmlFile(_);Expand description
Weak reference to an arxml file
(see the documentation of std::sync::Arc for an explanation of weak references)
Implementations
Trait Implementations
sourceimpl Clone for WeakArxmlFile
impl Clone for WeakArxmlFile
sourcefn clone(&self) -> WeakArxmlFile
fn clone(&self) -> WeakArxmlFile
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for WeakArxmlFile
impl Debug for WeakArxmlFile
sourceimpl PartialEq<WeakArxmlFile> for WeakArxmlFile
impl PartialEq<WeakArxmlFile> for WeakArxmlFile
Auto Trait Implementations
impl !RefUnwindSafe for WeakArxmlFile
impl Send for WeakArxmlFile
impl Sync for WeakArxmlFile
impl Unpin for WeakArxmlFile
impl !UnwindSafe for WeakArxmlFile
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more