pub struct DescribeDestinationsInput {
pub destination_name_prefix: Option<String>,
pub limit: Option<i32>,
pub next_token: Option<String>,
}Expand description
CloudWatch Logs DescribeDestinationsInput.
Fields§
§destination_name_prefix: Option<String>§limit: Option<i32>§next_token: Option<String>Trait Implementations§
Source§impl Clone for DescribeDestinationsInput
impl Clone for DescribeDestinationsInput
Source§fn clone(&self) -> DescribeDestinationsInput
fn clone(&self) -> DescribeDestinationsInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DescribeDestinationsInput
impl Debug for DescribeDestinationsInput
Source§impl Default for DescribeDestinationsInput
impl Default for DescribeDestinationsInput
Source§fn default() -> DescribeDestinationsInput
fn default() -> DescribeDestinationsInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeDestinationsInput
impl<'de> Deserialize<'de> for DescribeDestinationsInput
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 DescribeDestinationsInput
impl RefUnwindSafe for DescribeDestinationsInput
impl Send for DescribeDestinationsInput
impl Sync for DescribeDestinationsInput
impl Unpin for DescribeDestinationsInput
impl UnsafeUnpin for DescribeDestinationsInput
impl UnwindSafe for DescribeDestinationsInput
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