pub struct PartialTemplate {
pub name: String,
pub source: PartialSource,
}Available on crate feature
core only.Fields§
§name: String§source: PartialSourceImplementations§
Trait Implementations§
Source§impl Clone for PartialTemplate
impl Clone for PartialTemplate
Source§fn clone(&self) -> PartialTemplate
fn clone(&self) -> PartialTemplate
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 moreAuto Trait Implementations§
impl Freeze for PartialTemplate
impl RefUnwindSafe for PartialTemplate
impl Send for PartialTemplate
impl Sync for PartialTemplate
impl Unpin for PartialTemplate
impl UnsafeUnpin for PartialTemplate
impl UnwindSafe for PartialTemplate
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