pub struct UpdateDraft200Response {
pub status: Status,
pub current_timestamp: String,
pub path: Option<String>,
}Fields§
§status: Status§current_timestamp: String§path: Option<String>saved only, upsert or delete: where the write landed. Differs from the URL path when the item had moved away from it; the editor follows it there. Absent when a delete found nothing to remove and the caller cannot read the path it moved to.
Implementations§
Source§impl UpdateDraft200Response
impl UpdateDraft200Response
pub fn new(status: Status, current_timestamp: String) -> UpdateDraft200Response
Trait Implementations§
Source§impl Clone for UpdateDraft200Response
impl Clone for UpdateDraft200Response
Source§impl Debug for UpdateDraft200Response
impl Debug for UpdateDraft200Response
Source§impl Default for UpdateDraft200Response
impl Default for UpdateDraft200Response
Source§impl<'de> Deserialize<'de> for UpdateDraft200Response
impl<'de> Deserialize<'de> for UpdateDraft200Response
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 PartialEq for UpdateDraft200Response
impl PartialEq for UpdateDraft200Response
Source§impl Serialize for UpdateDraft200Response
impl Serialize for UpdateDraft200Response
impl StructuralPartialEq for UpdateDraft200Response
Auto Trait Implementations§
impl Freeze for UpdateDraft200Response
impl RefUnwindSafe for UpdateDraft200Response
impl Send for UpdateDraft200Response
impl Sync for UpdateDraft200Response
impl Unpin for UpdateDraft200Response
impl UnsafeUnpin for UpdateDraft200Response
impl UnwindSafe for UpdateDraft200Response
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