pub struct FetchHeaderToMetaDataRule { /* private fields */ }Implementations§
Source§impl FetchHeaderToMetaDataRule
impl FetchHeaderToMetaDataRule
pub fn new( source_header: impl Into<String>, meta_data_suffix: impl Into<String>, ) -> Self
pub fn source_header(&self) -> &str
pub fn meta_data_suffix(&self) -> &str
pub fn set_source_header(&mut self, source_header: impl Into<String>)
pub fn set_meta_data_suffix(&mut self, meta_data_suffix: impl Into<String>)
Trait Implementations§
Source§impl Clone for FetchHeaderToMetaDataRule
impl Clone for FetchHeaderToMetaDataRule
Source§fn clone(&self) -> FetchHeaderToMetaDataRule
fn clone(&self) -> FetchHeaderToMetaDataRule
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FetchHeaderToMetaDataRule
impl Debug for FetchHeaderToMetaDataRule
Source§impl Default for FetchHeaderToMetaDataRule
impl Default for FetchHeaderToMetaDataRule
Source§fn default() -> FetchHeaderToMetaDataRule
fn default() -> FetchHeaderToMetaDataRule
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FetchHeaderToMetaDataRule
impl<'de> Deserialize<'de> for FetchHeaderToMetaDataRule
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 StructuralPartialEq for FetchHeaderToMetaDataRule
Auto Trait Implementations§
impl Freeze for FetchHeaderToMetaDataRule
impl RefUnwindSafe for FetchHeaderToMetaDataRule
impl Send for FetchHeaderToMetaDataRule
impl Sync for FetchHeaderToMetaDataRule
impl Unpin for FetchHeaderToMetaDataRule
impl UnsafeUnpin for FetchHeaderToMetaDataRule
impl UnwindSafe for FetchHeaderToMetaDataRule
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