pub struct NoteHit {
pub event_id: String,
pub text: String,
pub ts: String,
pub branch: String,
}Fields§
§event_id: String§text: String§ts: String§branch: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for NoteHit
impl RefUnwindSafe for NoteHit
impl Send for NoteHit
impl Sync for NoteHit
impl Unpin for NoteHit
impl UnsafeUnpin for NoteHit
impl UnwindSafe for NoteHit
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