Struct KeyPattern
pub struct KeyPattern(/* private fields */);Expand description
A simple key pattern label.
Implementations§
§impl KeyPattern
impl KeyPattern
Trait Implementations§
§impl AsRef<str> for KeyPattern
impl AsRef<str> for KeyPattern
§impl Clone for KeyPattern
impl Clone for KeyPattern
§fn clone(&self) -> KeyPattern
fn clone(&self) -> KeyPattern
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 KeyPattern
impl Debug for KeyPattern
§impl Default for KeyPattern
impl Default for KeyPattern
§fn default() -> KeyPattern
fn default() -> KeyPattern
Returns the “default value” for a type. Read more
§impl Display for KeyPattern
impl Display for KeyPattern
§impl From<&str> for KeyPattern
impl From<&str> for KeyPattern
§fn from(value: &str) -> KeyPattern
fn from(value: &str) -> KeyPattern
Converts to this type from the input type.
§impl From<String> for KeyPattern
impl From<String> for KeyPattern
§fn from(value: String) -> KeyPattern
fn from(value: String) -> KeyPattern
Converts to this type from the input type.
§impl Hash for KeyPattern
impl Hash for KeyPattern
§impl Ord for KeyPattern
impl Ord for KeyPattern
§impl PartialEq for KeyPattern
impl PartialEq for KeyPattern
§impl PartialOrd for KeyPattern
impl PartialOrd for KeyPattern
impl Eq for KeyPattern
impl StructuralPartialEq for KeyPattern
Auto Trait Implementations§
impl Freeze for KeyPattern
impl RefUnwindSafe for KeyPattern
impl Send for KeyPattern
impl Sync for KeyPattern
impl Unpin for KeyPattern
impl UnsafeUnpin for KeyPattern
impl UnwindSafe for KeyPattern
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