pub struct TmeUrlTypeUser {
pub user_id: i64,
}
Expand description
A URL linking to a user
Fields§
§user_id: i64
Identifier of the user
Trait Implementations§
Source§impl Clone for TmeUrlTypeUser
impl Clone for TmeUrlTypeUser
Source§fn clone(&self) -> TmeUrlTypeUser
fn clone(&self) -> TmeUrlTypeUser
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TmeUrlTypeUser
impl Debug for TmeUrlTypeUser
Source§impl Default for TmeUrlTypeUser
impl Default for TmeUrlTypeUser
Source§fn default() -> TmeUrlTypeUser
fn default() -> TmeUrlTypeUser
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TmeUrlTypeUser
impl<'de> Deserialize<'de> for TmeUrlTypeUser
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 PartialEq for TmeUrlTypeUser
impl PartialEq for TmeUrlTypeUser
Source§impl Serialize for TmeUrlTypeUser
impl Serialize for TmeUrlTypeUser
impl StructuralPartialEq for TmeUrlTypeUser
Auto Trait Implementations§
impl Freeze for TmeUrlTypeUser
impl RefUnwindSafe for TmeUrlTypeUser
impl Send for TmeUrlTypeUser
impl Sync for TmeUrlTypeUser
impl Unpin for TmeUrlTypeUser
impl UnwindSafe for TmeUrlTypeUser
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