[][src]Struct coloursum::OnePasswordLine

pub struct OnePasswordLine(_);

Line with formatting which colours numeric digits in blue, and leaves the rest alone. Inspired by 1Password.

Trait Implementations

impl Line for OnePasswordLine[src]

fn format_hash(hash: String) -> String[src]

Formats a base16-format hash or digest.

Any numeric characters are formatted in blue.

fn coloursum<I: BufRead, O: Write>(from: I, to: O) -> Result<()>[src]

Takes each line in from, and writes it to to. Read more

fn to_formatted(&self, formatter: &mut Formatter) -> Result[src]

Writes the processed line to the supplied Formatter. Read more

impl From<String> for OnePasswordLine[src]

impl Display for OnePasswordLine[src]

impl Debug for OnePasswordLine[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]