Struct bank::scr::RF [] [src]

pub struct RF { /* fields omitted */ }

Methods

impl RF
[src]

Creates a SEPA RF from a seed.

The seed's length needs to be at least one, and at most 21.

Example

let rf = bank::scr::RF::new("I201709").unwrap();
assert_eq!(rf.to_string(), "RF93 I20 1709");

Trait Implementations

impl Debug for RF
[src]

Formats the value using the given formatter.

impl Eq for RF
[src]

impl PartialEq for RF
[src]

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

This method tests for !=.

impl FromStr for RF
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Display for RF
[src]

Formats the value using the given formatter. Read more