Struct wildland_corex::TemplateContext
source · pub struct TemplateContext {
pub container_name: String,
pub owner: String,
pub access_mode: StorageAccessMode,
pub container_uuid: Uuid,
pub path: ContainerPath,
}
Fields§
§container_name: String
§owner: String
§access_mode: StorageAccessMode
§container_uuid: Uuid
§path: ContainerPath
Trait Implementations§
source§impl Clone for TemplateContext
impl Clone for TemplateContext
source§fn clone(&self) -> TemplateContext
fn clone(&self) -> TemplateContext
Returns a copy 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 TemplateContext
impl Debug for TemplateContext
source§impl<'de> Deserialize<'de> for TemplateContext
impl<'de> Deserialize<'de> for TemplateContext
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
Auto Trait Implementations§
impl RefUnwindSafe for TemplateContext
impl Send for TemplateContext
impl Sync for TemplateContext
impl Unpin for TemplateContext
impl UnwindSafe for TemplateContext
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