pub enum ConnectionApprovalResponse {
Approved,
Declined,
}Variants§
Trait Implementations§
Source§impl<_A: Actor, _M: Message<Result = ConnectionApprovalResponse>> MessageResponse<_A, _M> for ConnectionApprovalResponse
impl<_A: Actor, _M: Message<Result = ConnectionApprovalResponse>> MessageResponse<_A, _M> for ConnectionApprovalResponse
Auto Trait Implementations§
impl Freeze for ConnectionApprovalResponse
impl RefUnwindSafe for ConnectionApprovalResponse
impl Send for ConnectionApprovalResponse
impl Sync for ConnectionApprovalResponse
impl Unpin for ConnectionApprovalResponse
impl UnsafeUnpin for ConnectionApprovalResponse
impl UnwindSafe for ConnectionApprovalResponse
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