pub struct AcknowledgementWriterBinding(/* private fields */);Expand description
Immutable route metadata for a writable acknowledgement mapping.
Trait Implementations§
Source§impl Clone for AcknowledgementWriterBinding
impl Clone for AcknowledgementWriterBinding
Source§fn clone(&self) -> AcknowledgementWriterBinding
fn clone(&self) -> AcknowledgementWriterBinding
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AcknowledgementWriterBinding
Source§impl Debug for AcknowledgementWriterBinding
impl Debug for AcknowledgementWriterBinding
impl Eq for AcknowledgementWriterBinding
impl StructuralPartialEq for AcknowledgementWriterBinding
Auto Trait Implementations§
impl Freeze for AcknowledgementWriterBinding
impl RefUnwindSafe for AcknowledgementWriterBinding
impl Send for AcknowledgementWriterBinding
impl Sync for AcknowledgementWriterBinding
impl Unpin for AcknowledgementWriterBinding
impl UnsafeUnpin for AcknowledgementWriterBinding
impl UnwindSafe for AcknowledgementWriterBinding
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