pub struct DeleteV2LoggingLevelRequest {
pub target_name: String,
pub target_type: String,
}Fields§
§target_name: StringThe name of the resource for which you are configuring logging.
target_type: StringThe type of resource for which you are configuring logging. Must be THING_Group.
Trait Implementations§
Source§impl Clone for DeleteV2LoggingLevelRequest
impl Clone for DeleteV2LoggingLevelRequest
Source§fn clone(&self) -> DeleteV2LoggingLevelRequest
fn clone(&self) -> DeleteV2LoggingLevelRequest
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 DeleteV2LoggingLevelRequest
impl Debug for DeleteV2LoggingLevelRequest
Source§impl Default for DeleteV2LoggingLevelRequest
impl Default for DeleteV2LoggingLevelRequest
Source§fn default() -> DeleteV2LoggingLevelRequest
fn default() -> DeleteV2LoggingLevelRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DeleteV2LoggingLevelRequest
Auto Trait Implementations§
impl Freeze for DeleteV2LoggingLevelRequest
impl RefUnwindSafe for DeleteV2LoggingLevelRequest
impl Send for DeleteV2LoggingLevelRequest
impl Sync for DeleteV2LoggingLevelRequest
impl Unpin for DeleteV2LoggingLevelRequest
impl UnwindSafe for DeleteV2LoggingLevelRequest
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