pub struct PutDestinationResponse {
pub destination: Option<Destination>,
}Expand description
CloudWatch Logs PutDestinationResponse.
Fields§
§destination: Option<Destination>Trait Implementations§
Source§impl Clone for PutDestinationResponse
impl Clone for PutDestinationResponse
Source§fn clone(&self) -> PutDestinationResponse
fn clone(&self) -> PutDestinationResponse
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 PutDestinationResponse
impl Debug for PutDestinationResponse
Source§impl Default for PutDestinationResponse
impl Default for PutDestinationResponse
Source§fn default() -> PutDestinationResponse
fn default() -> PutDestinationResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PutDestinationResponse
impl<'de> Deserialize<'de> for PutDestinationResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PutDestinationResponse
impl RefUnwindSafe for PutDestinationResponse
impl Send for PutDestinationResponse
impl Sync for PutDestinationResponse
impl Unpin for PutDestinationResponse
impl UnsafeUnpin for PutDestinationResponse
impl UnwindSafe for PutDestinationResponse
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