pub struct RxDAGSnapshot<'a, 'c: 'a>(/* private fields */);Expand description
Allows you to read from an RxDAG.
Trait Implementations§
Source§impl<'a, 'c: 'a> Clone for RxDAGSnapshot<'a, 'c>
impl<'a, 'c: 'a> Clone for RxDAGSnapshot<'a, 'c>
Source§fn clone(&self) -> RxDAGSnapshot<'a, 'c>
fn clone(&self) -> RxDAGSnapshot<'a, 'c>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a, 'c: 'a> Debug for RxDAGSnapshot<'a, 'c>
impl<'a, 'c: 'a> Debug for RxDAGSnapshot<'a, 'c>
Source§impl<'a, 'c: 'a> RxContext<'a, 'c> for RxDAGSnapshot<'a, 'c>
impl<'a, 'c: 'a> RxContext<'a, 'c> for RxDAGSnapshot<'a, 'c>
impl<'a, 'c: 'a> Copy for RxDAGSnapshot<'a, 'c>
Auto Trait Implementations§
impl<'a, 'c> Freeze for RxDAGSnapshot<'a, 'c>
impl<'a, 'c> !RefUnwindSafe for RxDAGSnapshot<'a, 'c>
impl<'a, 'c> !Send for RxDAGSnapshot<'a, 'c>
impl<'a, 'c> !Sync for RxDAGSnapshot<'a, 'c>
impl<'a, 'c> Unpin for RxDAGSnapshot<'a, 'c>
impl<'a, 'c> !UnwindSafe for RxDAGSnapshot<'a, 'c>
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