pub struct ConnectionGraphResponse {
pub status: i32,
pub data: ConnectionGraphData,
pub ticket: Ticket,
}Fields§
§status: i32§data: ConnectionGraphData§ticket: TicketTrait Implementations§
Source§impl Debug for ConnectionGraphResponse
impl Debug for ConnectionGraphResponse
Source§impl<'de> Deserialize<'de> for ConnectionGraphResponse
impl<'de> Deserialize<'de> for ConnectionGraphResponse
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
Auto Trait Implementations§
impl Freeze for ConnectionGraphResponse
impl RefUnwindSafe for ConnectionGraphResponse
impl Send for ConnectionGraphResponse
impl Sync for ConnectionGraphResponse
impl Unpin for ConnectionGraphResponse
impl UnwindSafe for ConnectionGraphResponse
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