url_
crawl
0.2.0
Quote
Type
Variants
Backtick
Double
Single
Methods
as_byte
from_byte
Trait Implementations
Clone
Copy
Debug
Eq
PartialEq
StructuralPartialEq
Auto Trait Implementations
Freeze
RefUnwindSafe
Send
Sync
Unpin
UnwindSafe
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
CloneToUninit
From<T>
Into<U>
ToOwned
TryFrom<U>
TryInto<U>
In crate url_
crawl
url_crawl
Enum
QuoteType
Copy item path
source
pub enum QuoteType { Single, Double, Backtick, }
Variants
§
§
Single
§
Double
§
Backtick
Implementations
§
source
§
impl
QuoteType
source
pub fn
from_byte
(b:
u8
) ->
Option
<Self>
source
pub fn
as_byte
(self) ->
u8
Trait Implementations
§
source
§
impl
Clone
for
QuoteType
source