Struct medea_control_api_proto::callback::OnLeaveEvent
source · pub struct OnLeaveEvent {
pub reason: OnLeaveReason,
}Fields§
§reason: OnLeaveReasonReason of why the Member leaves.
Implementations§
source§impl OnLeaveEvent
impl OnLeaveEvent
sourcepub const fn new(reason: OnLeaveReason) -> Self
pub const fn new(reason: OnLeaveReason) -> Self
Creates a new OnLeaveEvent with the provided OnLeaveReason.
Trait Implementations§
source§impl Clone for OnLeaveEvent
impl Clone for OnLeaveEvent
source§fn clone(&self) -> OnLeaveEvent
fn clone(&self) -> OnLeaveEvent
Returns a copy 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 OnLeaveEvent
impl Debug for OnLeaveEvent
source§impl From<OnLeave> for OnLeaveEvent
impl From<OnLeave> for OnLeaveEvent
source§impl From<OnLeaveEvent> for Event
impl From<OnLeaveEvent> for Event
source§fn from(original: OnLeaveEvent) -> Event
fn from(original: OnLeaveEvent) -> Event
Converts to this type from the input type.
source§impl From<OnLeaveEvent> for OnLeave
impl From<OnLeaveEvent> for OnLeave
source§fn from(ev: OnLeaveEvent) -> Self
fn from(ev: OnLeaveEvent) -> Self
Converts to this type from the input type.
impl Copy for OnLeaveEvent
Auto Trait Implementations§
impl Freeze for OnLeaveEvent
impl RefUnwindSafe for OnLeaveEvent
impl Send for OnLeaveEvent
impl Sync for OnLeaveEvent
impl Unpin for OnLeaveEvent
impl UnwindSafe for OnLeaveEvent
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request