pub struct Events { /* private fields */ }Expand description
Events namespace for event-related operations
Implementations§
Source§impl Events
impl Events
Sourcepub fn list(&self) -> ListEvents
pub fn list(&self) -> ListEvents
List events with optional filtering
Sourcepub fn get_by_slug(&self, slug: impl Into<String>) -> Request<Event, GammaError>
pub fn get_by_slug(&self, slug: impl Into<String>) -> Request<Event, GammaError>
Get an event by slug
Get related events by slug
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Events
impl !RefUnwindSafe for Events
impl Send for Events
impl Sync for Events
impl Unpin for Events
impl !UnwindSafe for Events
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