pub struct BackfillState {
pub version: u32,
pub imported_session_keys: Vec<String>,
}Fields§
§version: u32§imported_session_keys: Vec<String>Trait Implementations§
Source§impl Clone for BackfillState
impl Clone for BackfillState
Source§fn clone(&self) -> BackfillState
fn clone(&self) -> BackfillState
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 BackfillState
impl Debug for BackfillState
Source§impl Default for BackfillState
impl Default for BackfillState
Source§fn default() -> BackfillState
fn default() -> BackfillState
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BackfillState
impl<'de> Deserialize<'de> for BackfillState
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
Auto Trait Implementations§
impl Freeze for BackfillState
impl RefUnwindSafe for BackfillState
impl Send for BackfillState
impl Sync for BackfillState
impl Unpin for BackfillState
impl UnsafeUnpin for BackfillState
impl UnwindSafe for BackfillState
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