Struct google_firestore1_beta1::ListenRequest[][src]

pub struct ListenRequest {
    pub add_target: Option<Target>,
    pub labels: Option<HashMap<String, String>>,
    pub remove_target: Option<i32>,
}

A request for Firestore.Listen

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

A target to add to this stream.

Labels associated with this target change.

The ID of a target to remove from this stream.

Trait Implementations

impl Default for ListenRequest
[src]

Returns the "default value" for a type. Read more

impl Clone for ListenRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListenRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for ListenRequest
[src]

Auto Trait Implementations