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