Struct google_firestore1_beta1::api::Target [−][src]
A specification of a set of documents to listen to.
This type is not used in any activity, and only used as part of another schema.
Fields
documents: Option<DocumentsTarget>A target specified by a set of document names.
once: Option<bool>If the target should be removed once it is current and consistent.
query: Option<QueryTarget>A target specified by a query.
read_time: Option<String>Start listening after a specific read_time. The client must know the state of matching documents at this time.
resume_token: Option<String>A resume token from a prior TargetChange for an identical target. Using a resume token with a different target is unsupported and may fail.
target_id: Option<i32>The target ID that identifies the target on the stream. Must be a positive number and non-zero.
Trait Implementations
impl Clone for Target[src]
impl Debug for Target[src]
impl Default for Target[src]
impl<'de> Deserialize<'de> for Target[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Part for Target[src]
impl Serialize for Target[src]
Auto Trait Implementations
impl RefUnwindSafe for Target[src]
impl Send for Target[src]
impl Sync for Target[src]
impl Unpin for Target[src]
impl UnwindSafe for Target[src]
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> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
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> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
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>,