pub struct PathContext {
pub has_scheme: bool,
pub has_authority: bool,
}Fields§
§has_scheme: boolImplementations§
Source§impl PathContext
impl PathContext
pub fn from_bytes(bytes: &[u8]) -> Self
Trait Implementations§
Source§impl Clone for PathContext
impl Clone for PathContext
Source§fn clone(&self) -> PathContext
fn clone(&self) -> PathContext
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 moreSource§impl Debug for PathContext
impl Debug for PathContext
Source§impl Default for PathContext
impl Default for PathContext
Source§fn default() -> PathContext
fn default() -> PathContext
Returns the “default value” for a type. Read more
impl Copy for PathContext
Auto Trait Implementations§
impl Freeze for PathContext
impl RefUnwindSafe for PathContext
impl Send for PathContext
impl Sync for PathContext
impl Unpin for PathContext
impl UnsafeUnpin for PathContext
impl UnwindSafe for PathContext
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