pub struct GetEventParams {
pub event_id: String,
}
Expand description
struct for passing parameters to the method get_event
Fields§
§event_id: String
Alphanumeric string identifying an event.
Trait Implementations§
Source§impl Clone for GetEventParams
impl Clone for GetEventParams
Source§fn clone(&self) -> GetEventParams
fn clone(&self) -> GetEventParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetEventParams
impl Debug for GetEventParams
Source§impl Default for GetEventParams
impl Default for GetEventParams
Source§fn default() -> GetEventParams
fn default() -> GetEventParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetEventParams
impl RefUnwindSafe for GetEventParams
impl Send for GetEventParams
impl Sync for GetEventParams
impl Unpin for GetEventParams
impl UnwindSafe for GetEventParams
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