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