[−][src]Struct push::storage::record::MetaRecord
Meta information are various push related values that need to persist across restarts. e.g. "UAID", server "auth" token, etc. This table should not be exposed outside of the push component.
Fields
key: String
User Agent unique identifier
val: String
Server authorization token
Trait Implementations
impl Clone for MetaRecord
[src]
fn clone(&self) -> MetaRecord
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for MetaRecord
[src]
impl PartialEq<MetaRecord> for MetaRecord
[src]
fn eq(&self, other: &MetaRecord) -> bool
[src]
fn ne(&self, other: &MetaRecord) -> bool
[src]
impl StructuralPartialEq for MetaRecord
[src]
Auto Trait Implementations
impl RefUnwindSafe for MetaRecord
impl Send for MetaRecord
impl Sync for MetaRecord
impl Unpin for MetaRecord
impl UnwindSafe for MetaRecord
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,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
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.
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>,