#[repr(u8)]pub enum SignUrlType {
Official = 0,
Official1 = 1,
Official2 = 2,
WithParse = 3,
WithSimpleDetail = 4,
WithFullDetail = 5,
}Expand description
返回结果类型
控制 API 返回的数据详细程度
Variants§
Official = 0
官方结果 (默认)
Official1 = 1
官方结果 (同 0)
Official2 = 2
官方结果 (同 0)
WithParse = 3
整合高佣转链+解析商品编号
WithSimpleDetail = 4
整合+简版详情
WithFullDetail = 5
整合+全网详情+淘口令
Trait Implementations§
Source§impl Clone for SignUrlType
impl Clone for SignUrlType
Source§fn clone(&self) -> SignUrlType
fn clone(&self) -> SignUrlType
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 SignUrlType
impl Debug for SignUrlType
Source§impl Default for SignUrlType
impl Default for SignUrlType
Source§impl<'de> Deserialize<'de> for SignUrlType
impl<'de> Deserialize<'de> for SignUrlType
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 SignUrlType
impl PartialEq for SignUrlType
Source§impl Serialize for SignUrlType
impl Serialize for SignUrlType
impl Copy for SignUrlType
impl Eq for SignUrlType
impl StructuralPartialEq for SignUrlType
Auto Trait Implementations§
impl Freeze for SignUrlType
impl RefUnwindSafe for SignUrlType
impl Send for SignUrlType
impl Sync for SignUrlType
impl Unpin for SignUrlType
impl UnwindSafe for SignUrlType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.