pub struct RegistrationHandle { /* private fields */ }Implementations§
Source§impl RegistrationHandle
impl RegistrationHandle
pub fn agent_name(&self) -> Option<String>
pub fn deregister(&mut self) -> Result<(), NixlError>
Trait Implementations§
Source§impl Debug for RegistrationHandle
impl Debug for RegistrationHandle
Auto Trait Implementations§
impl Freeze for RegistrationHandle
impl RefUnwindSafe for RegistrationHandle
impl Send for RegistrationHandle
impl Sync for RegistrationHandle
impl Unpin for RegistrationHandle
impl UnwindSafe for RegistrationHandle
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