pub struct DataLoan { /* private fields */ }Expand description
Returns a loaned DynamicData view onto a member.
Lifecycle: loan_value → return_loaned_value (Spec §7.5.6.1).
Minimal in phase 4 — the full loan refcount comes with 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