Struct tari_wallet::contacts_service::ContactsServiceInitializer [−][src]
Implementations
impl<T> ContactsServiceInitializer<T> where
T: ContactsBackend, [src]
T: ContactsBackend,
Trait Implementations
impl<T> ServiceInitializer for ContactsServiceInitializer<T> where
T: ContactsBackend + 'static, [src]
T: ContactsBackend + 'static,
type Future = impl Future<Output = Result<(), ServiceInitializationError>>
The future returned from the initialize function
fn initialize(&mut self, context: ServiceInitializerContext) -> Self::Future[src]
pub fn boxed(self) -> BoxedServiceInitializer where
Self: Send + 'static,
Self::Future: Send,
Self::Future: 'static, [src]
Self: Send + 'static,
Self::Future: Send,
Self::Future: 'static,
Auto Trait Implementations
impl<T> RefUnwindSafe for ContactsServiceInitializer<T> where
T: RefUnwindSafe, [src]
T: RefUnwindSafe,
impl<T> Send for ContactsServiceInitializer<T>[src]
impl<T> Sync for ContactsServiceInitializer<T>[src]
impl<T> Unpin for ContactsServiceInitializer<T> where
T: Unpin, [src]
T: Unpin,
impl<T> UnwindSafe for ContactsServiceInitializer<T> where
T: UnwindSafe, [src]
T: UnwindSafe,
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,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> Cast<U> for T where
U: FromCast<T>,
U: FromCast<T>,
pub fn cast(self) -> U
impl<T> From<T> for T[src]
impl<T> FromBits<T> for T
pub fn from_bits(t: T) -> T
impl<T> FromCast<T> for T
pub fn from_cast(t: T) -> T
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> IntoBits<U> for T where
U: FromBits<T>,
U: FromBits<T>,
pub fn into_bits(self) -> U
impl<T> IntoSql for T[src]
pub fn into_sql<T>(self) -> Self::Expression where
Self: AsExpression<T>, [src]
Self: AsExpression<T>,
pub fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where
&'a Self: AsExpression<T>, [src]
&'a Self: AsExpression<T>,
impl<T> SafeBorrow<T> for T where
T: ?Sized,
T: ?Sized,
pub fn borrow_replacement(ptr: &T) -> &T
impl<T> Same<T> for T
type Output = T
Should always be Self
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.
pub 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.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> UnsafeAny for T where
T: Any,
T: Any,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,