[][src]Trait sn0int::models::InsertToNew

pub trait InsertToNew {
    type Target;
    fn try_into_new(self) -> Result<Self::Target>;
}

Associated Types

type Target

Loading content...

Required methods

fn try_into_new(self) -> Result<Self::Target>

Loading content...

Implementors

impl InsertToNew for InsertAccount[src]

impl InsertToNew for InsertBreach[src]

impl InsertToNew for InsertDevice[src]

impl InsertToNew for InsertDomain[src]

impl InsertToNew for InsertEmail[src]

impl InsertToNew for InsertIpAddr[src]

impl InsertToNew for InsertNetblock[src]

impl InsertToNew for InsertNetwork[src]

impl InsertToNew for InsertPhoneNumber[src]

impl InsertToNew for InsertPort[src]

impl InsertToNew for InsertSubdomain[src]

impl InsertToNew for InsertUrl[src]

impl InsertToNew for InsertBreachEmail[src]

impl InsertToNew for InsertCryptoAddr[src]

impl InsertToNew for InsertNetworkDevice[src]

impl InsertToNew for InsertSubdomainIpAddr[src]

Loading content...