pub struct ExpandedTemplate {
pub source: Option<String>,
pub matching_pattern: Option<String>,
pub searchmode: Option<String>,
pub mode: Option<String>,
pub pgpmode: Option<String>,
pub downloadurlmangle: Option<String>,
}Expand description
Expanded template fields
Fields§
§source: Option<String>Source URL
matching_pattern: Option<String>Matching pattern
searchmode: Option<String>Search mode
mode: Option<String>Mode
pgpmode: Option<String>PGP mode
downloadurlmangle: Option<String>Download URL mangle
Trait Implementations§
Source§impl Clone for ExpandedTemplate
impl Clone for ExpandedTemplate
Source§fn clone(&self) -> ExpandedTemplate
fn clone(&self) -> ExpandedTemplate
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 ExpandedTemplate
impl Debug for ExpandedTemplate
Source§impl Default for ExpandedTemplate
impl Default for ExpandedTemplate
Source§fn default() -> ExpandedTemplate
fn default() -> ExpandedTemplate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExpandedTemplate
impl RefUnwindSafe for ExpandedTemplate
impl Send for ExpandedTemplate
impl Sync for ExpandedTemplate
impl Unpin for ExpandedTemplate
impl UnsafeUnpin for ExpandedTemplate
impl UnwindSafe for ExpandedTemplate
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