pub(crate) struct BindingCall {
channel: ChannelOwner,
}Fields§
§channel: ChannelOwnerImplementations§
Source§impl BindingCall
impl BindingCall
pub(crate) fn new(channel: ChannelOwner) -> Self
Trait Implementations§
Source§impl Debug for BindingCall
impl Debug for BindingCall
Source§impl RemoteObject for BindingCall
impl RemoteObject for BindingCall
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 BindingCall
impl RefUnwindSafe for BindingCall
impl Send for BindingCall
impl Sync for BindingCall
impl Unpin for BindingCall
impl UnwindSafe for BindingCall
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