Struct k8s_openapi::v1_10::api::storage::v1beta1::VolumeError [−][src]
VolumeError captures an error encountered during a volume operation.
Fields
message: Option<String>
String detailing the error encountered during Attach or Detach operation. This string maybe logged, so it should not contain sensitive information.
time: Option<Time>
Time the error was encountered.
Trait Implementations
impl Clone for VolumeError[src]
impl Clone for VolumeErrorfn clone(&self) -> VolumeError[src]
fn clone(&self) -> VolumeErrorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for VolumeError[src]
impl Debug for VolumeErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for VolumeError[src]
impl Default for VolumeErrorfn default() -> VolumeError[src]
fn default() -> VolumeErrorReturns the "default value" for a type. Read more
impl PartialEq for VolumeError[src]
impl PartialEq for VolumeErrorfn eq(&self, other: &VolumeError) -> bool[src]
fn eq(&self, other: &VolumeError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &VolumeError) -> bool[src]
fn ne(&self, other: &VolumeError) -> boolThis method tests for !=.
impl<'de> Deserialize<'de> for VolumeError[src]
impl<'de> Deserialize<'de> for VolumeErrorfn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>, [src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
impl Serialize for VolumeError[src]
impl Serialize for VolumeErrorAuto Trait Implementations
impl Send for VolumeError
impl Send for VolumeErrorimpl Sync for VolumeError
impl Sync for VolumeError