pub(crate) struct DummyObject {
channel: ChannelOwner,
}Fields§
§channel: ChannelOwnerImplementations§
Source§impl DummyObject
impl DummyObject
pub(crate) fn new(channel: ChannelOwner) -> Self
Trait Implementations§
Source§impl Debug for DummyObject
impl Debug for DummyObject
Source§impl RemoteObject for DummyObject
impl RemoteObject for DummyObject
fn channel(&self) -> &ChannelOwner
fn channel_mut(&mut self) -> &mut ChannelOwner
fn guid(&self) -> &S<Guid>
fn context(&self) -> Result<Arc<Mutex<Context>>, Error>
fn handle_event( &self, _ctx: &Context, _method: Str<Method>, _params: Map<String, Value>, ) -> Result<(), Error>
Auto Trait Implementations§
impl !Freeze for DummyObject
impl RefUnwindSafe for DummyObject
impl Send for DummyObject
impl Sync for DummyObject
impl Unpin for DummyObject
impl UnwindSafe for DummyObject
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