pub enum ClassicObjectApiListResponse {
Topic(ListResponse<TopicSpec>),
Spu(ListResponse<SpuSpec>),
CustomSpu(ListResponse<CustomSpuSpec>),
SmartModule(ListResponse<SmartModuleSpec>),
Partition(ListResponse<PartitionSpec>),
SpuGroup(ListResponse<SpuGroupSpec>),
TableFormat(ListResponse<TableFormatSpec>),
}Variants§
Topic(ListResponse<TopicSpec>)
Spu(ListResponse<SpuSpec>)
CustomSpu(ListResponse<CustomSpuSpec>)
SmartModule(ListResponse<SmartModuleSpec>)
Partition(ListResponse<PartitionSpec>)
SpuGroup(ListResponse<SpuGroupSpec>)
TableFormat(ListResponse<TableFormatSpec>)
Trait Implementations§
Source§impl Debug for ClassicObjectApiListResponse
impl Debug for ClassicObjectApiListResponse
Auto Trait Implementations§
impl Freeze for ClassicObjectApiListResponse
impl RefUnwindSafe for ClassicObjectApiListResponse
impl Send for ClassicObjectApiListResponse
impl Sync for ClassicObjectApiListResponse
impl Unpin for ClassicObjectApiListResponse
impl UnsafeUnpin for ClassicObjectApiListResponse
impl UnwindSafe for ClassicObjectApiListResponse
Blanket Implementations§
impl<T> AsyncConnector for T
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