Struct ::exo::Signature

Overview

Representation of a location

Methods

fn new() -> Signature

Creates a new empty signature.

Protocols

protocol get location
let output = value.location

Allows a get operation to work.

protocol get datetime
let output = value.datetime

Allows a get operation to work.

protocol get signature
let output = value.signature

Allows a get operation to work.

protocol get user
let output = value.user

Allows a get operation to work.

protocol get signed
let output = value.signed

Allows a get operation to work.

protocol partial_eq
if value == b { }

Allows for partial equality operations to work.

protocol string_debug
println("{:?}", value)

Allows the value to be debug printed.

protocol string_display
println("{}", value)

Allows the value to be display printed.