pub struct GetAllUsersFromListEntry {
pub public_uuid: String,
pub name: String,
pub email: String,
pub photo_path: String,
pub push_enabled: bool,
pub plus_try_out: bool,
pub country: String,
pub language: String,
}
Fields§
§public_uuid: String
§name: String
§email: String
§photo_path: String
§push_enabled: bool
§plus_try_out: bool
§country: String
§language: String
Trait Implementations§
Source§impl Debug for GetAllUsersFromListEntry
impl Debug for GetAllUsersFromListEntry
Source§impl<'de> Deserialize<'de> for GetAllUsersFromListEntry
impl<'de> Deserialize<'de> for GetAllUsersFromListEntry
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 Freeze for GetAllUsersFromListEntry
impl RefUnwindSafe for GetAllUsersFromListEntry
impl Send for GetAllUsersFromListEntry
impl Sync for GetAllUsersFromListEntry
impl Unpin for GetAllUsersFromListEntry
impl UnwindSafe for GetAllUsersFromListEntry
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