#[non_exhaustive]pub struct AppendEventResponse { /* private fields */ }Available on crate feature
session-service only.Expand description
Response message for SessionService.AppendEvent.
Implementations§
Trait Implementations§
Source§impl Clone for AppendEventResponse
impl Clone for AppendEventResponse
Source§fn clone(&self) -> AppendEventResponse
fn clone(&self) -> AppendEventResponse
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 AppendEventResponse
impl Debug for AppendEventResponse
Source§impl Default for AppendEventResponse
impl Default for AppendEventResponse
Source§fn default() -> AppendEventResponse
fn default() -> AppendEventResponse
Returns the “default value” for a type. Read more
Source§impl Message for AppendEventResponse
impl Message for AppendEventResponse
Source§impl PartialEq for AppendEventResponse
impl PartialEq for AppendEventResponse
impl StructuralPartialEq for AppendEventResponse
Auto Trait Implementations§
impl Freeze for AppendEventResponse
impl RefUnwindSafe for AppendEventResponse
impl Send for AppendEventResponse
impl Sync for AppendEventResponse
impl Unpin for AppendEventResponse
impl UnsafeUnpin for AppendEventResponse
impl UnwindSafe for AppendEventResponse
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