Struct netsblox_api_common::OccupantInviteData
source · pub struct OccupantInviteData {
pub username: String,
pub role_id: RoleId,
pub sender: Option<String>,
}
Fields§
§username: String
§role_id: RoleId
§sender: Option<String>
Trait Implementations§
source§impl Debug for OccupantInviteData
impl Debug for OccupantInviteData
source§impl<'de> Deserialize<'de> for OccupantInviteData
impl<'de> Deserialize<'de> for OccupantInviteData
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 OccupantInviteData
impl Send for OccupantInviteData
impl Sync for OccupantInviteData
impl Unpin for OccupantInviteData
impl UnwindSafe for OccupantInviteData
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