pub struct Syncpoint<'connection, 'cb, L: Library<MQ: MQI>, H> { /* private fields */ }
Implementations§
Methods from Deref<Target = QueueManagerShare<'cb, L, H>>§
Trait Implementations§
Auto Trait Implementations§
impl<'connection, 'cb, L, H> Freeze for Syncpoint<'connection, 'cb, L, H>
impl<'connection, 'cb, L, H> RefUnwindSafe for Syncpoint<'connection, 'cb, L, H>where
L: RefUnwindSafe,
H: RefUnwindSafe,
impl<'connection, 'cb, L, H> Send for Syncpoint<'connection, 'cb, L, H>
impl<'connection, 'cb, L, H> Sync for Syncpoint<'connection, 'cb, L, H>
impl<'connection, 'cb, L, H> Unpin for Syncpoint<'connection, 'cb, L, H>
impl<'connection, 'cb, L, H> !UnwindSafe for Syncpoint<'connection, 'cb, L, H>
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