pub struct MxGraphModel {
pub root: Root,
}Fields§
§root: RootTrait Implementations§
Source§impl Clone for MxGraphModel
impl Clone for MxGraphModel
Source§fn clone(&self) -> MxGraphModel
fn clone(&self) -> MxGraphModel
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 MxGraphModel
impl Debug for MxGraphModel
Source§impl Default for MxGraphModel
impl Default for MxGraphModel
Source§fn default() -> MxGraphModel
fn default() -> MxGraphModel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MxGraphModel
impl<'de> Deserialize<'de> for MxGraphModel
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 MxGraphModel
impl PartialEq for MxGraphModel
impl StructuralPartialEq for MxGraphModel
Auto Trait Implementations§
impl Freeze for MxGraphModel
impl RefUnwindSafe for MxGraphModel
impl Send for MxGraphModel
impl Sync for MxGraphModel
impl Unpin for MxGraphModel
impl UnsafeUnpin for MxGraphModel
impl UnwindSafe for MxGraphModel
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