pub struct TemplateNamespace(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for TemplateNamespace
impl Clone for TemplateNamespace
Source§fn clone(&self) -> TemplateNamespace
fn clone(&self) -> TemplateNamespace
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 TemplateNamespace
impl Debug for TemplateNamespace
Source§impl Display for TemplateNamespace
impl Display for TemplateNamespace
Source§impl Hash for TemplateNamespace
impl Hash for TemplateNamespace
Source§impl Ord for TemplateNamespace
impl Ord for TemplateNamespace
Source§fn cmp(&self, other: &TemplateNamespace) -> Ordering
fn cmp(&self, other: &TemplateNamespace) -> 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 PartialEq for TemplateNamespace
impl PartialEq for TemplateNamespace
Source§impl PartialOrd for TemplateNamespace
impl PartialOrd for TemplateNamespace
impl Eq for TemplateNamespace
impl StructuralPartialEq for TemplateNamespace
Auto Trait Implementations§
impl Freeze for TemplateNamespace
impl RefUnwindSafe for TemplateNamespace
impl Send for TemplateNamespace
impl Sync for TemplateNamespace
impl Unpin for TemplateNamespace
impl UnsafeUnpin for TemplateNamespace
impl UnwindSafe for TemplateNamespace
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