Struct rexsgdata::SgList [] [src]

pub struct SgList { /* fields omitted */ }

Methods

impl SgList
[src]

[src]

Trait Implementations

impl From<SgList> for SgData
[src]

[src]

Performs the conversion.

impl Debug for SgList
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for SgList
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Send for SgList
[src]

impl Serialize for SgList
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for SgList
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl !Sync for SgList