[−][src]Enum sampi::SampiData
Variants
U8(u8)U16(u16)U32(u32)U64(u64)U128(u128)I8(i8)I16(i16)I32(i32)I64(i64)I128(i128)F32(f32)F64(f64)Bool(bool)Char(char)String(String)SampiFilter(SampiFilter)VecSampiFilter(Vec<SampiFilter>)Implementations
impl SampiData[src]
pub fn human_readable(&self) -> String[src]
pub fn serialized_len(&self) -> u16[src]
pub fn variant_name(&self) -> String[src]
pub fn variant(&self) -> u8[src]
Trait Implementations
impl Clone for SampiData[src]
impl Debug for SampiData[src]
impl<'de> Deserialize<'de> for SampiData[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Display for SampiData[src]
impl PartialEq<SampiData> for SampiData[src]
impl Serialize for SampiData[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl StructuralPartialEq for SampiData[src]
Auto Trait Implementations
impl RefUnwindSafe for SampiData
impl Send for SampiData
impl Sync for SampiData
impl Unpin for SampiData
impl UnwindSafe for SampiData
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,