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