pub struct TemplateServerContextBody {
pub senv: Option<BTreeMap<Bytes, Bytes>>,
pub cenv: Option<BTreeMap<Bytes, Bytes>>,
pub ctxsenv: Option<BTreeMap<Bytes, Bytes>>,
pub args: Option<Vec<Bytes>>,
}
Fields§
§senv: Option<BTreeMap<Bytes, Bytes>>
§cenv: Option<BTreeMap<Bytes, Bytes>>
§ctxsenv: Option<BTreeMap<Bytes, Bytes>>
§args: Option<Vec<Bytes>>
Trait Implementations§
Source§impl Clone for TemplateServerContextBody
impl Clone for TemplateServerContextBody
Source§fn clone(&self) -> TemplateServerContextBody
fn clone(&self) -> TemplateServerContextBody
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<'de> Deserialize<'de> for TemplateServerContextBody
impl<'de> Deserialize<'de> for TemplateServerContextBody
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
Source§impl Ord for TemplateServerContextBody
impl Ord for TemplateServerContextBody
Source§fn cmp(&self, other: &TemplateServerContextBody) -> Ordering
fn cmp(&self, other: &TemplateServerContextBody) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for TemplateServerContextBody
impl PartialOrd for TemplateServerContextBody
impl Eq for TemplateServerContextBody
impl StructuralPartialEq for TemplateServerContextBody
Auto Trait Implementations§
impl Freeze for TemplateServerContextBody
impl RefUnwindSafe for TemplateServerContextBody
impl Send for TemplateServerContextBody
impl Sync for TemplateServerContextBody
impl Unpin for TemplateServerContextBody
impl UnwindSafe for TemplateServerContextBody
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