pub struct SqliteRuntimeConfig {
pub handle: EnvoyHandle,
pub actor_id: String,
pub generation: Option<u64>,
}Fields§
§handle: EnvoyHandle§actor_id: String§generation: Option<u64>Trait Implementations§
Source§impl Clone for SqliteRuntimeConfig
impl Clone for SqliteRuntimeConfig
Source§fn clone(&self) -> SqliteRuntimeConfig
fn clone(&self) -> SqliteRuntimeConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for SqliteRuntimeConfig
impl !UnwindSafe for SqliteRuntimeConfig
impl Freeze for SqliteRuntimeConfig
impl Send for SqliteRuntimeConfig
impl Sync for SqliteRuntimeConfig
impl Unpin for SqliteRuntimeConfig
impl UnsafeUnpin for SqliteRuntimeConfig
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