pub struct RsLookupWrapper {
pub query: RsLookupQuery,
pub credential: Option<PluginCredential>,
pub params: Option<HashMap<String, String>>,
}
Fields§
§query: RsLookupQuery
§credential: Option<PluginCredential>
§params: Option<HashMap<String, String>>
Trait Implementations§
Source§impl Clone for RsLookupWrapper
impl Clone for RsLookupWrapper
Source§fn clone(&self) -> RsLookupWrapper
fn clone(&self) -> RsLookupWrapper
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RsLookupWrapper
impl Debug for RsLookupWrapper
Source§impl<'de> Deserialize<'de> for RsLookupWrapper
impl<'de> Deserialize<'de> for RsLookupWrapper
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
Source§impl PartialEq for RsLookupWrapper
impl PartialEq for RsLookupWrapper
Source§impl Serialize for RsLookupWrapper
impl Serialize for RsLookupWrapper
impl StructuralPartialEq for RsLookupWrapper
Auto Trait Implementations§
impl Freeze for RsLookupWrapper
impl RefUnwindSafe for RsLookupWrapper
impl Send for RsLookupWrapper
impl Sync for RsLookupWrapper
impl Unpin for RsLookupWrapper
impl UnwindSafe for RsLookupWrapper
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