pub struct UserDirectoryEntryResponse {
pub user_id: i64,
pub login_name: String,
pub display_name: String,
}Fields§
§user_id: i64§login_name: String§display_name: StringTrait Implementations§
Source§impl Clone for UserDirectoryEntryResponse
impl Clone for UserDirectoryEntryResponse
Source§fn clone(&self) -> UserDirectoryEntryResponse
fn clone(&self) -> UserDirectoryEntryResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ComposeSchema for UserDirectoryEntryResponse
impl ComposeSchema for UserDirectoryEntryResponse
Source§impl Debug for UserDirectoryEntryResponse
impl Debug for UserDirectoryEntryResponse
Source§impl<'de> Deserialize<'de> for UserDirectoryEntryResponse
impl<'de> Deserialize<'de> for UserDirectoryEntryResponse
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 UserDirectoryEntryResponse
impl RefUnwindSafe for UserDirectoryEntryResponse
impl Send for UserDirectoryEntryResponse
impl Sync for UserDirectoryEntryResponse
impl Unpin for UserDirectoryEntryResponse
impl UnsafeUnpin for UserDirectoryEntryResponse
impl UnwindSafe for UserDirectoryEntryResponse
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