Struct accountable_refcell::RefBorrowData
source · pub(crate) struct RefBorrowData<'a> {
pub(crate) cell: &'a RefCell<BorrowData>,
pub(crate) id: usize,
}
Fields§
§cell: &'a RefCell<BorrowData>
§id: usize
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RefBorrowData<'a>
impl<'a> !RefUnwindSafe for RefBorrowData<'a>
impl<'a> !Send for RefBorrowData<'a>
impl<'a> !Sync for RefBorrowData<'a>
impl<'a> Unpin for RefBorrowData<'a>
impl<'a> !UnwindSafe for RefBorrowData<'a>
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