pub struct FirestoreListenerTarget(/* private fields */);
Implementations§
Source§impl FirestoreListenerTarget
impl FirestoreListenerTarget
pub fn validate(&self) -> FirestoreResult<()>
Trait Implementations§
Source§impl Clone for FirestoreListenerTarget
impl Clone for FirestoreListenerTarget
Source§fn clone(&self) -> FirestoreListenerTarget
fn clone(&self) -> FirestoreListenerTarget
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 FirestoreListenerTarget
impl Debug for FirestoreListenerTarget
Source§impl Display for FirestoreListenerTarget
impl Display for FirestoreListenerTarget
Source§impl From<&u32> for FirestoreListenerTarget
impl From<&u32> for FirestoreListenerTarget
Source§impl From<u32> for FirestoreListenerTarget
impl From<u32> for FirestoreListenerTarget
Source§impl Hash for FirestoreListenerTarget
impl Hash for FirestoreListenerTarget
Source§impl PartialEq for FirestoreListenerTarget
impl PartialEq for FirestoreListenerTarget
Source§impl TryFrom<i32> for FirestoreListenerTarget
impl TryFrom<i32> for FirestoreListenerTarget
Source§type Error = FirestoreError
type Error = FirestoreError
The type returned in the event of a conversion error.
Source§fn try_from(value: i32) -> FirestoreResult<Self>
fn try_from(value: i32) -> FirestoreResult<Self>
Performs the conversion.
Source§impl TryInto<i32> for FirestoreListenerTarget
impl TryInto<i32> for FirestoreListenerTarget
Source§type Error = FirestoreError
type Error = FirestoreError
The type returned in the event of a conversion error.
Source§fn try_into(self) -> FirestoreResult<i32>
fn try_into(self) -> FirestoreResult<i32>
Performs the conversion.
impl Eq for FirestoreListenerTarget
impl StructuralPartialEq for FirestoreListenerTarget
Auto Trait Implementations§
impl Freeze for FirestoreListenerTarget
impl RefUnwindSafe for FirestoreListenerTarget
impl Send for FirestoreListenerTarget
impl Sync for FirestoreListenerTarget
impl Unpin for FirestoreListenerTarget
impl UnwindSafe for FirestoreListenerTarget
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string
, but without panic on OOM.