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