pub struct SetLoggerLevelsResponse {
pub results: Vec<SetLoggerLevelsResult>,
}Fields§
§results: Vec<SetLoggerLevelsResult>Trait Implementations§
Source§impl Clone for SetLoggerLevelsResponse
impl Clone for SetLoggerLevelsResponse
Source§fn clone(&self) -> SetLoggerLevelsResponse
fn clone(&self) -> SetLoggerLevelsResponse
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 SetLoggerLevelsResponse
impl Debug for SetLoggerLevelsResponse
Source§impl Default for SetLoggerLevelsResponse
impl Default for SetLoggerLevelsResponse
Source§impl<'de> Deserialize<'de> for SetLoggerLevelsResponse
impl<'de> Deserialize<'de> for SetLoggerLevelsResponse
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
Source§impl PartialEq for SetLoggerLevelsResponse
impl PartialEq for SetLoggerLevelsResponse
Source§impl Serialize for SetLoggerLevelsResponse
impl Serialize for SetLoggerLevelsResponse
impl Message for SetLoggerLevelsResponse
impl StructuralPartialEq for SetLoggerLevelsResponse
Auto Trait Implementations§
impl Freeze for SetLoggerLevelsResponse
impl RefUnwindSafe for SetLoggerLevelsResponse
impl Send for SetLoggerLevelsResponse
impl Sync for SetLoggerLevelsResponse
impl Unpin for SetLoggerLevelsResponse
impl UnwindSafe for SetLoggerLevelsResponse
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