pub struct ClientInboundApplied { /* private fields */ }Expand description
Applied inbound value and resulting aggregate.
Implementations§
Source§impl ClientInboundApplied
impl ClientInboundApplied
Sourcepub fn into_parts(self) -> (ClientParticipantAggregate, ServerValue)
pub fn into_parts(self) -> (ClientParticipantAggregate, ServerValue)
Releases the resulting aggregate and exact applied value.
Trait Implementations§
Source§impl Debug for ClientInboundApplied
impl Debug for ClientInboundApplied
impl Eq for ClientInboundApplied
Source§impl PartialEq for ClientInboundApplied
impl PartialEq for ClientInboundApplied
impl StructuralPartialEq for ClientInboundApplied
Auto Trait Implementations§
impl Freeze for ClientInboundApplied
impl RefUnwindSafe for ClientInboundApplied
impl Send for ClientInboundApplied
impl Sync for ClientInboundApplied
impl Unpin for ClientInboundApplied
impl UnsafeUnpin for ClientInboundApplied
impl UnwindSafe for ClientInboundApplied
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