Struct aws_sdk_mediatailor::operation::delete_prefetch_schedule::DeletePrefetchScheduleOutput
source · #[non_exhaustive]pub struct DeletePrefetchScheduleOutput { /* private fields */ }Implementations§
source§impl DeletePrefetchScheduleOutput
impl DeletePrefetchScheduleOutput
sourcepub fn builder() -> DeletePrefetchScheduleOutputBuilder
pub fn builder() -> DeletePrefetchScheduleOutputBuilder
Creates a new builder-style object to manufacture DeletePrefetchScheduleOutput.
Trait Implementations§
source§impl Clone for DeletePrefetchScheduleOutput
impl Clone for DeletePrefetchScheduleOutput
source§fn clone(&self) -> DeletePrefetchScheduleOutput
fn clone(&self) -> DeletePrefetchScheduleOutput
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 DeletePrefetchScheduleOutput
impl Debug for DeletePrefetchScheduleOutput
source§impl PartialEq for DeletePrefetchScheduleOutput
impl PartialEq for DeletePrefetchScheduleOutput
source§fn eq(&self, other: &DeletePrefetchScheduleOutput) -> bool
fn eq(&self, other: &DeletePrefetchScheduleOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeletePrefetchScheduleOutput
impl RequestId for DeletePrefetchScheduleOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for DeletePrefetchScheduleOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeletePrefetchScheduleOutput
impl Send for DeletePrefetchScheduleOutput
impl Sync for DeletePrefetchScheduleOutput
impl Unpin for DeletePrefetchScheduleOutput
impl UnwindSafe for DeletePrefetchScheduleOutput
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