pub struct LiveView {
pub id: String,
pub href: String,
}Fields§
§id: String§href: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LiveView
impl RefUnwindSafe for LiveView
impl Send for LiveView
impl Sync for LiveView
impl Unpin for LiveView
impl UnwindSafe for LiveView
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