pub struct Registry { /* private fields */ }
Implementations§
source§impl Registry
impl Registry
pub fn add_listener_local(&self) -> ListenerLocalBuilder<'_>
pub fn bind<T: ProxyT, P: AsRef<DictRef>>( &self, object: &GlobalObject<P> ) -> Result<T, Error>
sourcepub fn destroy_global(&self, global_id: u32) -> SpaResult
pub fn destroy_global(&self, global_id: u32) -> SpaResult
Attempt to destroy the global object with the specified id on the remote.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Registry
impl !Send for Registry
impl !Sync for Registry
impl Unpin for Registry
impl UnwindSafe for Registry
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