pub struct Ffv(/* private fields */);Expand description
Fast-forward version code
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Ffv
impl<'de> Deserialize<'de> for Ffv
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<Ffv, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<Ffv, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Ffv
impl Ord for Ffv
Source§impl PartialOrd for Ffv
impl PartialOrd for Ffv
Source§impl Serialize for Ffv
impl Serialize for Ffv
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Source§impl StrictDecode for Ffv
impl StrictDecode for Ffv
fn strict_decode(reader: &mut impl TypedRead) -> Result<Ffv, DecodeError>
fn strict_read(reader: impl ReadRaw) -> Result<Self, DecodeError>
Source§impl StrictEncode for Ffv
impl StrictEncode for Ffv
fn strict_encode<W>(&self, writer: W) -> Result<W, Error>where
W: TypedWrite,
fn strict_write(&self, writer: impl WriteRaw) -> Result<(), Error>
Source§impl StrictTuple for Ffv
impl StrictTuple for Ffv
const FIELD_COUNT: u8 = 1u8
fn strict_check_fields()
fn strict_type_info() -> TypeInfo<Self>
Source§impl StrictType for Ffv
impl StrictType for Ffv
const STRICT_LIB_NAME: &'static str = LIB_NAME_RGB_COMMIT
fn strict_name() -> Option<TypeName>
impl Copy for Ffv
impl DefaultBasedStrictDumb for Ffv
impl Eq for Ffv
impl StrictProduct for Ffv
impl StructuralPartialEq for Ffv
Auto Trait Implementations§
impl Freeze for Ffv
impl RefUnwindSafe for Ffv
impl Send for Ffv
impl Sync for Ffv
impl Unpin for Ffv
impl UnwindSafe for Ffv
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.