#[non_exhaustive]pub struct ApproveRolloutResponse { /* private fields */ }
Expand description
The response object from ApproveRollout
.
Implementations§
Trait Implementations§
Source§impl Clone for ApproveRolloutResponse
impl Clone for ApproveRolloutResponse
Source§fn clone(&self) -> ApproveRolloutResponse
fn clone(&self) -> ApproveRolloutResponse
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 ApproveRolloutResponse
impl Debug for ApproveRolloutResponse
Source§impl Default for ApproveRolloutResponse
impl Default for ApproveRolloutResponse
Source§fn default() -> ApproveRolloutResponse
fn default() -> ApproveRolloutResponse
Returns the “default value” for a type. Read more
Source§impl Message for ApproveRolloutResponse
impl Message for ApproveRolloutResponse
Source§impl PartialEq for ApproveRolloutResponse
impl PartialEq for ApproveRolloutResponse
impl StructuralPartialEq for ApproveRolloutResponse
Auto Trait Implementations§
impl Freeze for ApproveRolloutResponse
impl RefUnwindSafe for ApproveRolloutResponse
impl Send for ApproveRolloutResponse
impl Sync for ApproveRolloutResponse
impl Unpin for ApproveRolloutResponse
impl UnwindSafe for ApproveRolloutResponse
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