pub struct CreateProjectionResponse {
pub projection: ProjectionDto,
}Expand description
Response for projection creation
Fields§
§projection: ProjectionDtoTrait Implementations§
Source§impl Debug for CreateProjectionResponse
impl Debug for CreateProjectionResponse
Auto Trait Implementations§
impl Freeze for CreateProjectionResponse
impl RefUnwindSafe for CreateProjectionResponse
impl Send for CreateProjectionResponse
impl Sync for CreateProjectionResponse
impl Unpin for CreateProjectionResponse
impl UnsafeUnpin for CreateProjectionResponse
impl UnwindSafe for CreateProjectionResponse
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