pub struct SqliteProjectionRefreshPhase {
pub name: String,
pub duration_micros: u128,
pub detail: String,
}Fields§
§name: String§duration_micros: u128§detail: StringTrait Implementations§
Source§impl Clone for SqliteProjectionRefreshPhase
impl Clone for SqliteProjectionRefreshPhase
Source§fn clone(&self) -> SqliteProjectionRefreshPhase
fn clone(&self) -> SqliteProjectionRefreshPhase
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 moreSource§impl Debug for SqliteProjectionRefreshPhase
impl Debug for SqliteProjectionRefreshPhase
Source§impl<'de> Deserialize<'de> for SqliteProjectionRefreshPhase
impl<'de> Deserialize<'de> for SqliteProjectionRefreshPhase
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
impl Eq for SqliteProjectionRefreshPhase
Source§impl PartialEq for SqliteProjectionRefreshPhase
impl PartialEq for SqliteProjectionRefreshPhase
Source§fn eq(&self, other: &SqliteProjectionRefreshPhase) -> bool
fn eq(&self, other: &SqliteProjectionRefreshPhase) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SqliteProjectionRefreshPhase
Auto Trait Implementations§
impl Freeze for SqliteProjectionRefreshPhase
impl RefUnwindSafe for SqliteProjectionRefreshPhase
impl Send for SqliteProjectionRefreshPhase
impl Sync for SqliteProjectionRefreshPhase
impl Unpin for SqliteProjectionRefreshPhase
impl UnsafeUnpin for SqliteProjectionRefreshPhase
impl UnwindSafe for SqliteProjectionRefreshPhase
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