pub struct Url;Expand description
Text subtype with pattern and placeholder.
Trait Implementations§
Source§impl TextSubtype for Url
impl TextSubtype for Url
Source§fn placeholder() -> Option<&'static str>
fn placeholder() -> Option<&'static str>
Returns placeholder text for UI.
Source§fn is_multiline() -> bool
fn is_multiline() -> bool
Returns whether the input should be multiline.
Source§fn is_sensitive() -> bool
fn is_sensitive() -> bool
Returns whether the value is sensitive (passwords, tokens).
Source§fn code_language() -> Option<&'static str>
fn code_language() -> Option<&'static str>
Returns the associated code language for code subtypes.
impl Copy for Url
impl Eq for Url
impl StructuralPartialEq for Url
Auto Trait Implementations§
impl Freeze for Url
impl RefUnwindSafe for Url
impl Send for Url
impl Sync for Url
impl Unpin for Url
impl UnwindSafe for Url
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.