pub struct SetGraphResponse {
pub success: bool,
pub message: String,
}Fields§
§success: bool§message: StringTrait Implementations§
Source§impl Clone for SetGraphResponse
impl Clone for SetGraphResponse
Source§fn clone(&self) -> SetGraphResponse
fn clone(&self) -> SetGraphResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 SetGraphResponse
impl Debug for SetGraphResponse
Source§impl Default for SetGraphResponse
impl Default for SetGraphResponse
Source§impl<'de> Deserialize<'de> for SetGraphResponse
impl<'de> Deserialize<'de> for SetGraphResponse
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 SetGraphResponse
impl PartialEq for SetGraphResponse
Source§impl Serialize for SetGraphResponse
impl Serialize for SetGraphResponse
impl Message for SetGraphResponse
impl StructuralPartialEq for SetGraphResponse
Auto Trait Implementations§
impl Freeze for SetGraphResponse
impl RefUnwindSafe for SetGraphResponse
impl Send for SetGraphResponse
impl Sync for SetGraphResponse
impl Unpin for SetGraphResponse
impl UnwindSafe for SetGraphResponse
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