pub struct UserID { /* private fields */ }Expand description
A basic data type for housing Mensago user IDs. User IDs on the Mensago platform must be no more than 64 ASCII characters. These characters may be from the following: lowercase a-z, numbers, a dash, or an underscore. Periods may also be used so long as they are not consecutive.
Implementations§
Trait Implementations§
Source§impl PartialOrd for UserID
impl PartialOrd for UserID
impl StructuralPartialEq for UserID
Auto Trait Implementations§
impl Freeze for UserID
impl RefUnwindSafe for UserID
impl Send for UserID
impl Sync for UserID
impl Unpin for UserID
impl UnwindSafe for UserID
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