Struct fastly_api::apis::events_api::GetEventParams
source · 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 copy 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 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