pub struct SerializedGraph {
pub header: Header,
pub plugin_name: String,
pub data: Vec<u8>,
}Fields§
§header: Header§plugin_name: String§data: Vec<u8>Trait Implementations§
Source§impl Clone for SerializedGraph
impl Clone for SerializedGraph
Source§fn clone(&self) -> SerializedGraph
fn clone(&self) -> SerializedGraph
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 SerializedGraph
impl Debug for SerializedGraph
Source§impl Default for SerializedGraph
impl Default for SerializedGraph
Source§impl<'de> Deserialize<'de> for SerializedGraph
impl<'de> Deserialize<'de> for SerializedGraph
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 SerializedGraph
impl PartialEq for SerializedGraph
Source§impl Serialize for SerializedGraph
impl Serialize for SerializedGraph
impl Message for SerializedGraph
impl StructuralPartialEq for SerializedGraph
Auto Trait Implementations§
impl Freeze for SerializedGraph
impl RefUnwindSafe for SerializedGraph
impl Send for SerializedGraph
impl Sync for SerializedGraph
impl Unpin for SerializedGraph
impl UnwindSafe for SerializedGraph
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