pub struct Republish {
    pub source: String,
    pub destination: String,
    pub headers_only: bool,
}Fields§
§source: StringSubject that should be republished.
destination: StringSubject where messages will be republished.
headers_only: boolIf true, only headers should be republished.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Republish
 
impl<'de> Deserialize<'de> for Republish
Source§fn 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 StructuralPartialEq for Republish
Auto Trait Implementations§
impl Freeze for Republish
impl RefUnwindSafe for Republish
impl Send for Republish
impl Sync for Republish
impl Unpin for Republish
impl UnwindSafe for Republish
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