pub struct StopQueryInput {
pub query_id: String,
}Expand description
CloudWatch Logs StopQueryInput.
Fields§
§query_id: StringTrait Implementations§
Source§impl Clone for StopQueryInput
impl Clone for StopQueryInput
Source§fn clone(&self) -> StopQueryInput
fn clone(&self) -> StopQueryInput
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 StopQueryInput
impl Debug for StopQueryInput
Source§impl Default for StopQueryInput
impl Default for StopQueryInput
Source§fn default() -> StopQueryInput
fn default() -> StopQueryInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StopQueryInput
impl<'de> Deserialize<'de> for StopQueryInput
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 StopQueryInput
impl RefUnwindSafe for StopQueryInput
impl Send for StopQueryInput
impl Sync for StopQueryInput
impl Unpin for StopQueryInput
impl UnsafeUnpin for StopQueryInput
impl UnwindSafe for StopQueryInput
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