Struct k8s_openapi_ext::storagev1::VolumeError
source · [−]Expand description
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 may be logged, so it should not contain sensitive information.
time: Option<Time>
Time the error was encountered.
Trait Implementations
sourceimpl Clone for VolumeError
impl Clone for VolumeError
sourcefn clone(&self) -> VolumeError
fn clone(&self) -> VolumeError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for VolumeError
impl Debug for VolumeError
sourceimpl Default for VolumeError
impl Default for VolumeError
sourcefn default() -> VolumeError
fn default() -> VolumeError
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for VolumeError
impl<'de> Deserialize<'de> for VolumeError
sourcefn deserialize<D>(
deserializer: D
) -> Result<VolumeError, <D as Deserializer<'de>>::Error> where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D
) -> Result<VolumeError, <D as Deserializer<'de>>::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<VolumeError> for VolumeError
impl PartialEq<VolumeError> for VolumeError
sourcefn eq(&self, other: &VolumeError) -> bool
fn eq(&self, other: &VolumeError) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl Serialize for VolumeError
impl Serialize for VolumeError
sourcefn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer,
fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for VolumeError
Auto Trait Implementations
impl RefUnwindSafe for VolumeError
impl Send for VolumeError
impl Sync for VolumeError
impl Unpin for VolumeError
impl UnwindSafe for VolumeError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more