Struct epicbox::broker::stomp::transaction::Transaction [−][src]
Fields
id: Stringsession: &'tx mut Session<T>Implementations
pub fn message<'builder, B: ToFrameBody>(
&'builder mut self,
destination: &str,
body_convertible: B
) -> MessageBuilder<'builder, T>
Auto Trait Implementations
impl<'tx, T> !RefUnwindSafe for Transaction<'tx, T>
impl<'tx, T> Send for Transaction<'tx, T> where
T: Send,
impl<'tx, T> !Sync for Transaction<'tx, T>
impl<'tx, T> Unpin for Transaction<'tx, T>
impl<'tx, T> !UnwindSafe for Transaction<'tx, T>
Blanket Implementations
Mutably borrows from an owned value. Read more
impl<T> SafeBorrow<T> for T where
T: ?Sized,
impl<T> SafeBorrow<T> for T where
T: ?Sized,
pub fn borrow_replacement(ptr: &T) -> &T
pub fn borrow_replacement(ptr: &T) -> &T
Given ptr, which was obtained from a prior call to Self::borrow(),
return a value with the same nominal lifetime which is guaranteed to
survive mutations to Self. Read more