pub struct TemplateCandidate {
pub path: String,
pub exists: bool,
pub service: Option<String>,
pub kind: String,
}Fields§
§path: String§exists: bool§service: Option<String>§kind: StringTrait Implementations§
Source§impl Clone for TemplateCandidate
impl Clone for TemplateCandidate
Source§fn clone(&self) -> TemplateCandidate
fn clone(&self) -> TemplateCandidate
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 moreSource§impl Debug for TemplateCandidate
impl Debug for TemplateCandidate
Source§impl PartialEq for TemplateCandidate
impl PartialEq for TemplateCandidate
Source§fn eq(&self, other: &TemplateCandidate) -> bool
fn eq(&self, other: &TemplateCandidate) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for TemplateCandidate
impl StructuralPartialEq for TemplateCandidate
Auto Trait Implementations§
impl Freeze for TemplateCandidate
impl RefUnwindSafe for TemplateCandidate
impl Send for TemplateCandidate
impl Sync for TemplateCandidate
impl Unpin for TemplateCandidate
impl UnsafeUnpin for TemplateCandidate
impl UnwindSafe for TemplateCandidate
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.