pub struct McfunctionDebugAdapter { /* private fields */ }
Implementations§
Source§impl McfunctionDebugAdapter
impl McfunctionDebugAdapter
pub fn new( message_sender: UnboundedSender<Either<ProtocolMessage, LogEvent>>, ) -> Self
Auto Trait Implementations§
impl Freeze for McfunctionDebugAdapter
impl RefUnwindSafe for McfunctionDebugAdapter
impl Send for McfunctionDebugAdapter
impl Sync for McfunctionDebugAdapter
impl Unpin for McfunctionDebugAdapter
impl UnwindSafe for McfunctionDebugAdapter
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