pub struct Aid {
pub timestamp: i64,
pub random: u16,
}Fields§
§timestamp: i64§random: u160 - 1295
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Aid
impl<'de> Deserialize<'de> for Aid
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
Source§impl Ord for Aid
impl Ord for Aid
Source§impl PartialOrd for Aid
impl PartialOrd for Aid
impl Copy for Aid
impl Eq for Aid
impl StructuralPartialEq for Aid
Auto Trait Implementations§
impl Freeze for Aid
impl RefUnwindSafe for Aid
impl Send for Aid
impl Sync for Aid
impl Unpin for Aid
impl UnwindSafe for Aid
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