pub struct ToolkitRetrieveParams {
pub version: Option<String>,
}Expand description
Toolkit retrieve parameters
Fields§
§version: Option<String>Optional toolkit version
Trait Implementations§
Source§impl Clone for ToolkitRetrieveParams
impl Clone for ToolkitRetrieveParams
Source§fn clone(&self) -> ToolkitRetrieveParams
fn clone(&self) -> ToolkitRetrieveParams
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 ToolkitRetrieveParams
impl Debug for ToolkitRetrieveParams
Source§impl Default for ToolkitRetrieveParams
impl Default for ToolkitRetrieveParams
Source§fn default() -> ToolkitRetrieveParams
fn default() -> ToolkitRetrieveParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ToolkitRetrieveParams
impl<'de> Deserialize<'de> for ToolkitRetrieveParams
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
Auto Trait Implementations§
impl Freeze for ToolkitRetrieveParams
impl RefUnwindSafe for ToolkitRetrieveParams
impl Send for ToolkitRetrieveParams
impl Sync for ToolkitRetrieveParams
impl Unpin for ToolkitRetrieveParams
impl UnsafeUnpin for ToolkitRetrieveParams
impl UnwindSafe for ToolkitRetrieveParams
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