pub struct RtxRef<'a>(/* private fields */);
Expand description
Reference to a deserialized Rtx.
Implementations§
Trait Implementations§
Source§impl<'a> ReadAsRoot<'a> for RtxRef<'a>
impl<'a> ReadAsRoot<'a> for RtxRef<'a>
impl<'a> Copy for RtxRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for RtxRef<'a>
impl<'a> RefUnwindSafe for RtxRef<'a>
impl<'a> Send for RtxRef<'a>
impl<'a> Sync for RtxRef<'a>
impl<'a> Unpin for RtxRef<'a>
impl<'a> UnwindSafe for RtxRef<'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