pub struct ResolvedMount {
pub src: Utf8PathBuf,
pub dst: Utf8PathBuf,
pub strategy: MountStrategy,
}Expand description
A mount entry after Tera rendering of dst and when-filtering.
Fields§
§src: Utf8PathBuf§dst: Utf8PathBuf§strategy: MountStrategyTrait Implementations§
Source§impl Clone for ResolvedMount
impl Clone for ResolvedMount
Source§fn clone(&self) -> ResolvedMount
fn clone(&self) -> ResolvedMount
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ResolvedMount
impl RefUnwindSafe for ResolvedMount
impl Send for ResolvedMount
impl Sync for ResolvedMount
impl Unpin for ResolvedMount
impl UnsafeUnpin for ResolvedMount
impl UnwindSafe for ResolvedMount
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