pub struct DeleteAgentBookmarkResponse {
pub removed: bool,
pub message_id: String,
}Expand description
DeleteAgentBookmarkResponse model.
Fields§
§removed: bool§message_id: StringTrait Implementations§
Source§impl Clone for DeleteAgentBookmarkResponse
impl Clone for DeleteAgentBookmarkResponse
Source§fn clone(&self) -> DeleteAgentBookmarkResponse
fn clone(&self) -> DeleteAgentBookmarkResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeleteAgentBookmarkResponse
impl Debug for DeleteAgentBookmarkResponse
Source§impl Default for DeleteAgentBookmarkResponse
impl Default for DeleteAgentBookmarkResponse
Source§fn default() -> DeleteAgentBookmarkResponse
fn default() -> DeleteAgentBookmarkResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteAgentBookmarkResponse
impl<'de> Deserialize<'de> for DeleteAgentBookmarkResponse
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
impl StructuralPartialEq for DeleteAgentBookmarkResponse
Auto Trait Implementations§
impl Freeze for DeleteAgentBookmarkResponse
impl RefUnwindSafe for DeleteAgentBookmarkResponse
impl Send for DeleteAgentBookmarkResponse
impl Sync for DeleteAgentBookmarkResponse
impl Unpin for DeleteAgentBookmarkResponse
impl UnsafeUnpin for DeleteAgentBookmarkResponse
impl UnwindSafe for DeleteAgentBookmarkResponse
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