Struct oci_spec::distribution::ErrorResponseBuilder
source · pub struct ErrorResponseBuilder { /* private fields */ }
Expand description
Builder for ErrorResponse
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorResponseBuilder
impl RefUnwindSafe for ErrorResponseBuilder
impl Send for ErrorResponseBuilder
impl Sync for ErrorResponseBuilder
impl Unpin for ErrorResponseBuilder
impl UnwindSafe for ErrorResponseBuilder
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