Struct solana_core::epoch_slots::Flate2[][src]

pub struct Flate2 {
    pub first_slot: Slot,
    pub num: usize,
    pub compressed: Vec<u8>,
}

Fields

first_slot: Slotnum: usizecompressed: Vec<u8>

Implementations

impl Flate2[src]

pub fn inflate(&self) -> Result<Uncompressed>[src]

Trait Implementations

impl AbiExample for Flate2[src]

impl Clone for Flate2[src]

impl Debug for Flate2[src]

impl<'de> Deserialize<'de> for Flate2[src]

impl PartialEq<Flate2> for Flate2[src]

impl Sanitize for Flate2[src]

impl Serialize for Flate2[src]

impl StructuralPartialEq for Flate2[src]

Auto Trait Implementations

impl RefUnwindSafe for Flate2

impl Send for Flate2

impl Sync for Flate2

impl Unpin for Flate2

impl UnwindSafe for Flate2

Blanket Implementations

impl<T> AbiEnumVisitor for T where
    T: Serialize + AbiExample + ?Sized
[src]

impl<T> AbiEnumVisitor for T where
    T: Serialize + ?Sized
[src]

impl<T> AbiExample for T[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Typeable for T where
    T: Any

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]