Struct URL_PART
#[repr(transparent)]pub struct URL_PART(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for URL_PART
impl Eq for URL_PART
impl StructuralPartialEq for URL_PART
Auto Trait Implementations§
impl Freeze for URL_PART
impl RefUnwindSafe for URL_PART
impl Send for URL_PART
impl Sync for URL_PART
impl Unpin for URL_PART
impl UnwindSafe for URL_PART
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