pub struct DeleteTeamGraphNodeResponse {
pub deleted: Option<bool>,
pub agent_id: Option<String>,
}Expand description
DeleteTeamGraphNodeResponse model.
Fields§
§deleted: Option<bool>§agent_id: Option<String>Trait Implementations§
Source§impl Clone for DeleteTeamGraphNodeResponse
impl Clone for DeleteTeamGraphNodeResponse
Source§fn clone(&self) -> DeleteTeamGraphNodeResponse
fn clone(&self) -> DeleteTeamGraphNodeResponse
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 DeleteTeamGraphNodeResponse
impl Debug for DeleteTeamGraphNodeResponse
Source§impl Default for DeleteTeamGraphNodeResponse
impl Default for DeleteTeamGraphNodeResponse
Source§fn default() -> DeleteTeamGraphNodeResponse
fn default() -> DeleteTeamGraphNodeResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteTeamGraphNodeResponse
impl<'de> Deserialize<'de> for DeleteTeamGraphNodeResponse
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 DeleteTeamGraphNodeResponse
Auto Trait Implementations§
impl Freeze for DeleteTeamGraphNodeResponse
impl RefUnwindSafe for DeleteTeamGraphNodeResponse
impl Send for DeleteTeamGraphNodeResponse
impl Sync for DeleteTeamGraphNodeResponse
impl Unpin for DeleteTeamGraphNodeResponse
impl UnsafeUnpin for DeleteTeamGraphNodeResponse
impl UnwindSafe for DeleteTeamGraphNodeResponse
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