Struct async_nats::jetstream::stream::Republish
source · Fields
source: String
Subject that should be republished.
destination: String
Subject where messages will be republished.
headers_only: bool
If true, only headers should be republished.
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Republish
impl<'de> Deserialize<'de> for Republish
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for Republish
impl StructuralEq for Republish
impl StructuralPartialEq for Republish
Auto Trait Implementations
impl RefUnwindSafe for Republish
impl Send for Republish
impl Sync for Republish
impl Unpin for Republish
impl UnwindSafe for Republish
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more