pub struct DataLoan { /* private fields */ }Expand description
Gibt eine geliehene DynamicData-Sicht auf einen Member zurueck.
Lifecycle: loan_value → return_loaned_value (Spec §7.5.6.1).
In Phase 4 minimal — voller Loan-Refcount kommt mit C4.7.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataLoan
impl RefUnwindSafe for DataLoan
impl Send for DataLoan
impl Sync for DataLoan
impl Unpin for DataLoan
impl UnsafeUnpin for DataLoan
impl UnwindSafe for DataLoan
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