[][src]Trait bolt_proto::Signature

pub trait Signature: Marker {
    fn get_signature(&self) -> u8;
}

Required methods

fn get_signature(&self) -> u8

Loading content...

Implementors

impl Signature for Message[src]

impl Signature for AckFailure[src]

impl Signature for Begin[src]

impl Signature for Commit[src]

impl Signature for Discard[src]

impl Signature for DiscardAll[src]

impl Signature for Failure[src]

impl Signature for Goodbye[src]

impl Signature for Hello[src]

impl Signature for Ignored[src]

impl Signature for Init[src]

impl Signature for Pull[src]

impl Signature for PullAll[src]

impl Signature for Record[src]

impl Signature for Reset[src]

impl Signature for Rollback[src]

impl Signature for Run[src]

impl Signature for RunWithMetadata[src]

impl Signature for Success[src]

impl Signature for Duration[src]

impl Signature for Node[src]

impl Signature for Path[src]

impl Signature for Point2D[src]

impl Signature for Point3D[src]

impl Signature for Relationship[src]

impl Signature for Time[src]

impl Signature for UnboundRelationship[src]

Loading content...