Struct openfare_lib::lock::Lock
source · [−]pub struct Lock {
pub scheme_version: String,
pub plans: Plans,
pub payees: BTreeMap<Name, Payee>,
}Expand description
A software package’s OpenFare lock file (OPENFARE.lock).
Fields
scheme_version: Stringplans: Planspayees: BTreeMap<Name, Payee>Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for Lock
impl UnwindSafe for Lock
Blanket Implementations
Mutably borrows from an owned value. Read more