pub struct GetStreamingDistributionRequest {
pub id: String,
}
Expand description
The request to get a streaming distribution's information.
Fields§
§id: String
The streaming distribution's ID.
Trait Implementations§
Source§impl Clone for GetStreamingDistributionRequest
impl Clone for GetStreamingDistributionRequest
Source§fn clone(&self) -> GetStreamingDistributionRequest
fn clone(&self) -> GetStreamingDistributionRequest
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 Default for GetStreamingDistributionRequest
impl Default for GetStreamingDistributionRequest
Source§fn default() -> GetStreamingDistributionRequest
fn default() -> GetStreamingDistributionRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetStreamingDistributionRequest
impl PartialEq for GetStreamingDistributionRequest
Source§fn eq(&self, other: &GetStreamingDistributionRequest) -> bool
fn eq(&self, other: &GetStreamingDistributionRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetStreamingDistributionRequest
Auto Trait Implementations§
impl Freeze for GetStreamingDistributionRequest
impl RefUnwindSafe for GetStreamingDistributionRequest
impl Send for GetStreamingDistributionRequest
impl Sync for GetStreamingDistributionRequest
impl Unpin for GetStreamingDistributionRequest
impl UnwindSafe for GetStreamingDistributionRequest
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