Struct DrupalRouteName
pub struct DrupalRouteName(/* private fields */);Implementations§
§impl DrupalRouteName
impl DrupalRouteName
Trait Implementations§
§impl Clone for DrupalRouteName
impl Clone for DrupalRouteName
§fn clone(&self) -> DrupalRouteName
fn clone(&self) -> DrupalRouteName
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 more§impl Debug for DrupalRouteName
impl Debug for DrupalRouteName
§impl Display for DrupalRouteName
impl Display for DrupalRouteName
§impl FromStr for DrupalRouteName
impl FromStr for DrupalRouteName
§impl Hash for DrupalRouteName
impl Hash for DrupalRouteName
§impl Ord for DrupalRouteName
impl Ord for DrupalRouteName
§impl PartialEq for DrupalRouteName
impl PartialEq for DrupalRouteName
§impl PartialOrd for DrupalRouteName
impl PartialOrd for DrupalRouteName
impl Eq for DrupalRouteName
impl StructuralPartialEq for DrupalRouteName
Auto Trait Implementations§
impl Freeze for DrupalRouteName
impl RefUnwindSafe for DrupalRouteName
impl Send for DrupalRouteName
impl Sync for DrupalRouteName
impl Unpin for DrupalRouteName
impl UnsafeUnpin for DrupalRouteName
impl UnwindSafe for DrupalRouteName
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