pub struct GetInvalidationRequest {
pub distribution_id: String,
pub id: String,
}
Expand description
The request to get an invalidation's information.
Fields§
§distribution_id: String
The distribution's ID.
id: String
The identifier for the invalidation request, for example, IDFDVBD632BHDS5
.
Trait Implementations§
Source§impl Clone for GetInvalidationRequest
impl Clone for GetInvalidationRequest
Source§fn clone(&self) -> GetInvalidationRequest
fn clone(&self) -> GetInvalidationRequest
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 GetInvalidationRequest
impl Debug for GetInvalidationRequest
Source§impl Default for GetInvalidationRequest
impl Default for GetInvalidationRequest
Source§fn default() -> GetInvalidationRequest
fn default() -> GetInvalidationRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetInvalidationRequest
impl PartialEq for GetInvalidationRequest
impl StructuralPartialEq for GetInvalidationRequest
Auto Trait Implementations§
impl Freeze for GetInvalidationRequest
impl RefUnwindSafe for GetInvalidationRequest
impl Send for GetInvalidationRequest
impl Sync for GetInvalidationRequest
impl Unpin for GetInvalidationRequest
impl UnwindSafe for GetInvalidationRequest
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