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