pub struct DdosProtectionEventGetParams {
pub event_id: String,
}
Expand description
struct for passing parameters to the method ddos_protection_event_get
Fields§
§event_id: String
Unique ID of the event.
Trait Implementations§
Source§impl Clone for DdosProtectionEventGetParams
impl Clone for DdosProtectionEventGetParams
Source§fn clone(&self) -> DdosProtectionEventGetParams
fn clone(&self) -> DdosProtectionEventGetParams
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 DdosProtectionEventGetParams
impl Debug for DdosProtectionEventGetParams
Source§impl Default for DdosProtectionEventGetParams
impl Default for DdosProtectionEventGetParams
Source§fn default() -> DdosProtectionEventGetParams
fn default() -> DdosProtectionEventGetParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DdosProtectionEventGetParams
impl RefUnwindSafe for DdosProtectionEventGetParams
impl Send for DdosProtectionEventGetParams
impl Sync for DdosProtectionEventGetParams
impl Unpin for DdosProtectionEventGetParams
impl UnwindSafe for DdosProtectionEventGetParams
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