pub struct Xlive(/* private fields */);Expand description
Remember parent area id and sub area id then do GETs.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Xlive
impl RefUnwindSafe for Xlive
impl Send for Xlive
impl Sync for Xlive
impl Unpin for Xlive
impl UnwindSafe for Xlive
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