pub struct EventRef {
pub etag: Option<String>,
pub url: Url,
pub data: String,
}Fields§
§etag: Option<String>§url: Url§data: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for EventRef
impl RefUnwindSafe for EventRef
impl Send for EventRef
impl Sync for EventRef
impl Unpin for EventRef
impl UnwindSafe for EventRef
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