#[repr(transparent)]pub struct Serv(pub u8);Expand description
Service Register
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
impl Copy for Serv
impl Eq for Serv
impl StructuralPartialEq for Serv
Auto Trait Implementations§
impl Freeze for Serv
impl RefUnwindSafe for Serv
impl Send for Serv
impl Sync for Serv
impl Unpin for Serv
impl UnwindSafe for Serv
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