pub struct RefCount<'a, Item>{ /* private fields */ }
Implementations§
Source§impl<'a, Item> RefCount<'a, Item>
impl<'a, Item> RefCount<'a, Item>
pub fn new(source: Observable<'a, Item>) -> RefCount<'a, Item>
pub fn observable(&self) -> Observable<'a, Item>
Trait Implementations§
Auto Trait Implementations§
impl<'a, Item> Freeze for RefCount<'a, Item>
impl<'a, Item> RefUnwindSafe for RefCount<'a, Item>
impl<'a, Item> Send for RefCount<'a, Item>
impl<'a, Item> Sync for RefCount<'a, Item>
impl<'a, Item> Unpin for RefCount<'a, Item>
impl<'a, Item> UnwindSafe for RefCount<'a, Item>
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