pub struct ProfileId(pub u8);
Tuple Fields§
§0: u8
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ProfileId
impl<'de> Deserialize<'de> for ProfileId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for ProfileId
impl Eq for ProfileId
impl StructuralPartialEq for ProfileId
Auto Trait Implementations§
impl Freeze for ProfileId
impl RefUnwindSafe for ProfileId
impl Send for ProfileId
impl Sync for ProfileId
impl Unpin for ProfileId
impl UnwindSafe for ProfileId
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