pub struct DomainEventCallbackRegisterAnyResponse(/* private fields */);Implementations§
Source§impl DomainEventCallbackRegisterAnyResponse
impl DomainEventCallbackRegisterAnyResponse
pub fn callback_id(&self) -> i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DomainEventCallbackRegisterAnyResponse
impl RefUnwindSafe for DomainEventCallbackRegisterAnyResponse
impl Send for DomainEventCallbackRegisterAnyResponse
impl Sync for DomainEventCallbackRegisterAnyResponse
impl Unpin for DomainEventCallbackRegisterAnyResponse
impl UnwindSafe for DomainEventCallbackRegisterAnyResponse
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