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