Struct netsblox_api_common::OccupantInvite
source · pub struct OccupantInvite {
pub username: String,
pub project_id: ProjectId,
pub role_id: RoleId,
pub created_at: SystemTime,
}
Fields§
§username: String
§project_id: ProjectId
§role_id: RoleId
§created_at: SystemTime
Trait Implementations§
source§impl Clone for OccupantInvite
impl Clone for OccupantInvite
source§fn clone(&self) -> OccupantInvite
fn clone(&self) -> OccupantInvite
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 OccupantInvite
impl Debug for OccupantInvite
source§impl<'de> Deserialize<'de> for OccupantInvite
impl<'de> Deserialize<'de> for OccupantInvite
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 OccupantInvite
impl Send for OccupantInvite
impl Sync for OccupantInvite
impl Unpin for OccupantInvite
impl UnwindSafe for OccupantInvite
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