[−][src]Struct sync15::coll_state::LocalCollStateMachine
Fields
global_state: &'state GlobalState
root_key: &'state KeyBundle
Implementations
impl<'state> LocalCollStateMachine<'state>
[src]
fn advance(
&self,
from: LocalCollState,
store: &dyn Store
) -> Result<LocalCollState>
[src]
&self,
from: LocalCollState,
store: &dyn Store
) -> Result<LocalCollState>
fn run_and_run_as_farst_as_you_can(
&mut self,
store: &dyn Store
) -> Result<Option<CollState>>
[src]
&mut self,
store: &dyn Store
) -> Result<Option<CollState>>
pub fn get_state(
store: &dyn Store,
global_state: &'state GlobalState,
root_key: &'state KeyBundle
) -> Result<Option<CollState>>
[src]
store: &dyn Store,
global_state: &'state GlobalState,
root_key: &'state KeyBundle
) -> Result<Option<CollState>>
Auto Trait Implementations
impl<'state> RefUnwindSafe for LocalCollStateMachine<'state>
impl<'state> Send for LocalCollStateMachine<'state>
impl<'state> Sync for LocalCollStateMachine<'state>
impl<'state> Unpin for LocalCollStateMachine<'state>
impl<'state> UnwindSafe for LocalCollStateMachine<'state>
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, 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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
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>,