Struct epicbox::broker::stomp::header::SuppressedHeader [−][src]
pub struct SuppressedHeader<'a>(pub &'a str);Tuple Fields
0: &'a strTrait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for SuppressedHeader<'a>
impl<'a> Send for SuppressedHeader<'a>
impl<'a> Sync for SuppressedHeader<'a>
impl<'a> Unpin for SuppressedHeader<'a>
impl<'a> UnwindSafe for SuppressedHeader<'a>
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