[−][src]Enum k8s_openapi::api::storage::v1::ReadVolumeAttachmentResponse
pub enum ReadVolumeAttachmentResponse { Ok(VolumeAttachment), Other(Result<Option<Value>, Error>), }
Use <ReadVolumeAttachmentResponse as Response>::try_from_parts
to parse the HTTP response body of VolumeAttachment::read_volume_attachment
Variants
Ok(VolumeAttachment)
Trait Implementations
impl Debug for ReadVolumeAttachmentResponse
[src][+]
impl Response for ReadVolumeAttachmentResponse
[src][+]
Auto Trait Implementations
impl !RefUnwindSafe for ReadVolumeAttachmentResponse
impl Send for ReadVolumeAttachmentResponse
impl Sync for ReadVolumeAttachmentResponse
impl Unpin for ReadVolumeAttachmentResponse
impl !UnwindSafe for ReadVolumeAttachmentResponse
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,