#[repr(u8)]pub enum RtScope {
Universe = 0,
Site = 200,
Link = 253,
Host = 254,
Nowhere = 255,
}
Variants§
Trait Implementations§
impl Copy for RtScope
impl Eq for RtScope
impl StructuralPartialEq for RtScope
Auto Trait Implementations§
impl Freeze for RtScope
impl RefUnwindSafe for RtScope
impl Send for RtScope
impl Sync for RtScope
impl Unpin for RtScope
impl UnwindSafe for RtScope
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