pub struct SubRef {
pub sub_: Weak<RefCell<Sub>>,
}
Fields§
§sub_: Weak<RefCell<Sub>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SubRef
impl !RefUnwindSafe for SubRef
impl !Send for SubRef
impl !Sync for SubRef
impl Unpin for SubRef
impl !UnwindSafe for SubRef
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