pub enum RankVersionType {
Auto,
Default20241115,
}Variants§
Trait Implementations§
Source§impl Clone for RankVersionType
impl Clone for RankVersionType
Source§fn clone(&self) -> RankVersionType
fn clone(&self) -> RankVersionType
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 RankVersionType
impl Debug for RankVersionType
Source§impl<'de> Deserialize<'de> for RankVersionType
impl<'de> Deserialize<'de> for RankVersionType
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 RankVersionType
impl PartialEq for RankVersionType
Source§impl Serialize for RankVersionType
impl Serialize for RankVersionType
impl Copy for RankVersionType
impl StructuralPartialEq for RankVersionType
Auto Trait Implementations§
impl Freeze for RankVersionType
impl RefUnwindSafe for RankVersionType
impl Send for RankVersionType
impl Sync for RankVersionType
impl Unpin for RankVersionType
impl UnwindSafe for RankVersionType
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