pub struct RotateIngestEndpointCredentialsRequest {
pub id: String,
pub ingest_endpoint_id: String,
}Fields§
§id: StringThe ID of the channel the IngestEndpoint is on.
ingest_endpoint_id: StringThe id of the IngestEndpoint whose credentials should be rotated
Trait Implementations§
Source§impl Clone for RotateIngestEndpointCredentialsRequest
impl Clone for RotateIngestEndpointCredentialsRequest
Source§fn clone(&self) -> RotateIngestEndpointCredentialsRequest
fn clone(&self) -> RotateIngestEndpointCredentialsRequest
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 Default for RotateIngestEndpointCredentialsRequest
impl Default for RotateIngestEndpointCredentialsRequest
Source§fn default() -> RotateIngestEndpointCredentialsRequest
fn default() -> RotateIngestEndpointCredentialsRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for RotateIngestEndpointCredentialsRequest
impl PartialEq for RotateIngestEndpointCredentialsRequest
Source§fn eq(&self, other: &RotateIngestEndpointCredentialsRequest) -> bool
fn eq(&self, other: &RotateIngestEndpointCredentialsRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RotateIngestEndpointCredentialsRequest
Auto Trait Implementations§
impl Freeze for RotateIngestEndpointCredentialsRequest
impl RefUnwindSafe for RotateIngestEndpointCredentialsRequest
impl Send for RotateIngestEndpointCredentialsRequest
impl Sync for RotateIngestEndpointCredentialsRequest
impl Unpin for RotateIngestEndpointCredentialsRequest
impl UnwindSafe for RotateIngestEndpointCredentialsRequest
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