#[repr(u32)]pub enum UrlDirection {
Source = 1,
Destination = 2,
}Expand description
URL Direction
Variants§
Trait Implementations§
Source§impl Clone for UrlDirection
impl Clone for UrlDirection
Source§fn clone(&self) -> UrlDirection
fn clone(&self) -> UrlDirection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UrlDirection
Source§impl Debug for UrlDirection
impl Debug for UrlDirection
impl Eq for UrlDirection
Source§impl From<u32> for UrlDirection
impl From<u32> for UrlDirection
Source§impl PartialEq for UrlDirection
impl PartialEq for UrlDirection
Source§fn eq(&self, other: &UrlDirection) -> bool
fn eq(&self, other: &UrlDirection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UrlDirection
Auto Trait Implementations§
impl Freeze for UrlDirection
impl RefUnwindSafe for UrlDirection
impl Send for UrlDirection
impl Sync for UrlDirection
impl Unpin for UrlDirection
impl UnsafeUnpin for UrlDirection
impl UnwindSafe for UrlDirection
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