Struct oci_client::errors::OciEnvelope
source · pub struct OciEnvelope {
pub errors: Vec<OciError>,
}
Expand description
A struct that holds a series of OCI errors
Fields§
§errors: Vec<OciError>
List of OCI registry errors
Trait Implementations§
source§impl Debug for OciEnvelope
impl Debug for OciEnvelope
source§impl<'de> Deserialize<'de> for OciEnvelope
impl<'de> Deserialize<'de> for OciEnvelope
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for OciEnvelope
impl Display for OciEnvelope
Auto Trait Implementations§
impl Freeze for OciEnvelope
impl RefUnwindSafe for OciEnvelope
impl Send for OciEnvelope
impl Sync for OciEnvelope
impl Unpin for OciEnvelope
impl UnwindSafe for OciEnvelope
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