Struct netsblox_api_common::FriendLink
source · pub struct FriendLink {
pub id: FriendLinkId,
pub sender: String,
pub recipient: String,
pub state: FriendLinkState,
pub created_at: SystemTime,
pub updated_at: SystemTime,
}
Fields§
§id: FriendLinkId
§sender: String
§recipient: String
§state: FriendLinkState
§created_at: SystemTime
§updated_at: SystemTime
Trait Implementations§
source§impl Clone for FriendLink
impl Clone for FriendLink
source§fn clone(&self) -> FriendLink
fn clone(&self) -> FriendLink
Returns a copy 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 FriendLink
impl Debug for FriendLink
source§impl<'de> Deserialize<'de> for FriendLink
impl<'de> Deserialize<'de> for FriendLink
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
Auto Trait Implementations§
impl RefUnwindSafe for FriendLink
impl Send for FriendLink
impl Sync for FriendLink
impl Unpin for FriendLink
impl UnwindSafe for FriendLink
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