Enum target_lexicon::CustomVendor [−][src]
Expand description
A string for a Vendor::Custom
that can either be used in const
contexts or hold dynamic strings.
Variants
An owned String
. This supports the general case.
A static str
, so that CustomVendor
can be constructed in const
contexts.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CustomVendor
impl Send for CustomVendor
impl Sync for CustomVendor
impl Unpin for CustomVendor
impl UnwindSafe for CustomVendor
Blanket Implementations
Mutably borrows from an owned value. Read more