pub struct DeleteOriginEndpointRequest {
pub id: String,
}Fields§
§id: StringThe ID of the OriginEndpoint to delete.
Trait Implementations§
Source§impl Clone for DeleteOriginEndpointRequest
impl Clone for DeleteOriginEndpointRequest
Source§fn clone(&self) -> DeleteOriginEndpointRequest
fn clone(&self) -> DeleteOriginEndpointRequest
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 DeleteOriginEndpointRequest
impl Debug for DeleteOriginEndpointRequest
Source§impl Default for DeleteOriginEndpointRequest
impl Default for DeleteOriginEndpointRequest
Source§fn default() -> DeleteOriginEndpointRequest
fn default() -> DeleteOriginEndpointRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DeleteOriginEndpointRequest
Auto Trait Implementations§
impl Freeze for DeleteOriginEndpointRequest
impl RefUnwindSafe for DeleteOriginEndpointRequest
impl Send for DeleteOriginEndpointRequest
impl Sync for DeleteOriginEndpointRequest
impl Unpin for DeleteOriginEndpointRequest
impl UnwindSafe for DeleteOriginEndpointRequest
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