pub struct UserEmpty {
pub id: i64,
}Expand description
Fields§
§id: i64Trait Implementations§
Source§impl Deserializable for UserEmpty
impl Deserializable for UserEmpty
Source§impl Identifiable for UserEmpty
impl Identifiable for UserEmpty
Source§const CONSTRUCTOR_ID: u32 = 3552332666
const CONSTRUCTOR_ID: u32 = 3552332666
The unique identifier for the type.
Source§impl Serializable for UserEmpty
impl Serializable for UserEmpty
impl StructuralPartialEq for UserEmpty
Auto Trait Implementations§
impl Freeze for UserEmpty
impl RefUnwindSafe for UserEmpty
impl Send for UserEmpty
impl Sync for UserEmpty
impl Unpin for UserEmpty
impl UnsafeUnpin for UserEmpty
impl UnwindSafe for UserEmpty
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