pub struct SetLoggerLevels;Trait Implementations§
Source§impl Service for SetLoggerLevels
impl Service for SetLoggerLevels
type Request = SetLoggerLevelsRequest
type Response = SetLoggerLevelsResponse
fn request_type_name(&self) -> &str
fn response_type_name(&self) -> &str
Auto Trait Implementations§
impl Freeze for SetLoggerLevels
impl RefUnwindSafe for SetLoggerLevels
impl Send for SetLoggerLevels
impl Sync for SetLoggerLevels
impl Unpin for SetLoggerLevels
impl UnwindSafe for SetLoggerLevels
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