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