pub struct FeatureName { /* private fields */ }Expand description
Public Caelix type FeatureName.
Implementations§
Source§impl FeatureName
impl FeatureName
Sourcepub fn module_name(&self) -> &str
pub fn module_name(&self) -> &str
Runs the module_name public API operation.
Sourcepub fn route_path(&self) -> &str
pub fn route_path(&self) -> &str
Runs the route_path public API operation.
Sourcepub fn service_type(&self) -> String
pub fn service_type(&self) -> String
Runs the service_type public API operation.
Sourcepub fn controller_type(&self) -> String
pub fn controller_type(&self) -> String
Runs the controller_type public API operation.
Sourcepub fn module_type(&self) -> String
pub fn module_type(&self) -> String
Runs the module_type public API operation.
Trait Implementations§
Source§impl Clone for FeatureName
impl Clone for FeatureName
Source§fn clone(&self) -> FeatureName
fn clone(&self) -> FeatureName
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 FeatureName
impl Debug for FeatureName
impl Eq for FeatureName
Source§impl PartialEq for FeatureName
impl PartialEq for FeatureName
impl StructuralPartialEq for FeatureName
Auto Trait Implementations§
impl Freeze for FeatureName
impl RefUnwindSafe for FeatureName
impl Send for FeatureName
impl Sync for FeatureName
impl Unpin for FeatureName
impl UnsafeUnpin for FeatureName
impl UnwindSafe for FeatureName
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.