#[non_exhaustive]pub struct WriteLogEntriesResponse { /* private fields */ }Expand description
Result returned from WriteLogEntries.
Implementations§
Trait Implementations§
Source§impl Clone for WriteLogEntriesResponse
impl Clone for WriteLogEntriesResponse
Source§fn clone(&self) -> WriteLogEntriesResponse
fn clone(&self) -> WriteLogEntriesResponse
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 WriteLogEntriesResponse
impl Debug for WriteLogEntriesResponse
Source§impl Default for WriteLogEntriesResponse
impl Default for WriteLogEntriesResponse
Source§fn default() -> WriteLogEntriesResponse
fn default() -> WriteLogEntriesResponse
Returns the “default value” for a type. Read more
Source§impl Message for WriteLogEntriesResponse
impl Message for WriteLogEntriesResponse
Source§impl PartialEq for WriteLogEntriesResponse
impl PartialEq for WriteLogEntriesResponse
impl StructuralPartialEq for WriteLogEntriesResponse
Auto Trait Implementations§
impl Freeze for WriteLogEntriesResponse
impl RefUnwindSafe for WriteLogEntriesResponse
impl Send for WriteLogEntriesResponse
impl Sync for WriteLogEntriesResponse
impl Unpin for WriteLogEntriesResponse
impl UnwindSafe for WriteLogEntriesResponse
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