Struct google_logging2::WriteLogEntriesResponse [−][src]
pub struct WriteLogEntriesResponse { /* fields omitted */ }Result returned from WriteLogEntries. empty
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).
- write entries (response)
Trait Implementations
impl Default for WriteLogEntriesResponse[src]
impl Default for WriteLogEntriesResponsefn default() -> WriteLogEntriesResponse[src]
fn default() -> WriteLogEntriesResponseReturns the "default value" for a type. Read more
impl Clone for WriteLogEntriesResponse[src]
impl Clone for WriteLogEntriesResponsefn clone(&self) -> WriteLogEntriesResponse[src]
fn clone(&self) -> WriteLogEntriesResponseReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for WriteLogEntriesResponse[src]
impl Debug for WriteLogEntriesResponsefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl ResponseResult for WriteLogEntriesResponse[src]
impl ResponseResult for WriteLogEntriesResponseAuto Trait Implementations
impl Send for WriteLogEntriesResponse
impl Send for WriteLogEntriesResponseimpl Sync for WriteLogEntriesResponse
impl Sync for WriteLogEntriesResponse