pub struct GetMatch<'a> { /* private fields */ }Expand description
Get an OsuMatch.
Implementations§
Source§impl<'a> GetMatch<'a>
impl<'a> GetMatch<'a>
Sourcepub const fn after(self, after: u64) -> Self
pub const fn after(self, after: u64) -> Self
Get the match state containing only events after the given event id.
Note: The given event id won’t be included.
Trait Implementations§
Source§impl IntoFuture for GetMatch<'_>
impl IntoFuture for GetMatch<'_>
Auto Trait Implementations§
impl<'a> Freeze for GetMatch<'a>
impl<'a> !RefUnwindSafe for GetMatch<'a>
impl<'a> Send for GetMatch<'a>
impl<'a> Sync for GetMatch<'a>
impl<'a> Unpin for GetMatch<'a>
impl<'a> !UnwindSafe for GetMatch<'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