pub struct ResourcePutResult {
pub project: String,
pub path: String,
pub content_kind: String,
}Expand description
ign resource put output model.
Fields§
§project: StringThe project the resource landed in.
path: StringThe resource path (created if absent — upsert).
content_kind: String“json” | “text” — the sniffed kind that rode the surgery.
Trait Implementations§
Source§impl Debug for ResourcePutResult
impl Debug for ResourcePutResult
Auto Trait Implementations§
impl Freeze for ResourcePutResult
impl RefUnwindSafe for ResourcePutResult
impl Send for ResourcePutResult
impl Sync for ResourcePutResult
impl Unpin for ResourcePutResult
impl UnsafeUnpin for ResourcePutResult
impl UnwindSafe for ResourcePutResult
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