pub struct ModuleResponse<Data = Bytes> {
pub data: Data,
}
Fields§
§data: Data
Implementations§
Source§impl<Data> ModuleResponse<Data>
impl<Data> ModuleResponse<Data>
Trait Implementations§
Source§impl<Data: Debug> Debug for ModuleResponse<Data>
impl<Data: Debug> Debug for ModuleResponse<Data>
Auto Trait Implementations§
impl<Data> Freeze for ModuleResponse<Data>where
Data: Freeze,
impl<Data> RefUnwindSafe for ModuleResponse<Data>where
Data: RefUnwindSafe,
impl<Data> Send for ModuleResponse<Data>where
Data: Send,
impl<Data> Sync for ModuleResponse<Data>where
Data: Sync,
impl<Data> Unpin for ModuleResponse<Data>where
Data: Unpin,
impl<Data> UnwindSafe for ModuleResponse<Data>where
Data: UnwindSafe,
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