pub enum ResolveTargetType {
Entity,
Organization,
}Expand description
Resolver target — which catalog the resolver searches against.
Variants§
Entity
SAM.gov vendor catalog.
Organization
Federal organization catalog (departments / agencies / offices).
Trait Implementations§
Source§impl Clone for ResolveTargetType
impl Clone for ResolveTargetType
Source§fn clone(&self) -> ResolveTargetType
fn clone(&self) -> ResolveTargetType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ResolveTargetType
Source§impl Debug for ResolveTargetType
impl Debug for ResolveTargetType
Source§impl<'de> Deserialize<'de> for ResolveTargetType
impl<'de> Deserialize<'de> for ResolveTargetType
Source§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
impl Eq for ResolveTargetType
Source§impl PartialEq for ResolveTargetType
impl PartialEq for ResolveTargetType
Source§impl Serialize for ResolveTargetType
impl Serialize for ResolveTargetType
impl StructuralPartialEq for ResolveTargetType
Auto Trait Implementations§
impl Freeze for ResolveTargetType
impl RefUnwindSafe for ResolveTargetType
impl Send for ResolveTargetType
impl Sync for ResolveTargetType
impl Unpin for ResolveTargetType
impl UnsafeUnpin for ResolveTargetType
impl UnwindSafe for ResolveTargetType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more