Struct slack_morphism::api::SlackApiUsersInfoResponse
source · pub struct SlackApiUsersInfoResponse {
pub user: SlackUser,
}Fields§
§user: SlackUserImplementations§
Trait Implementations§
source§impl Clone for SlackApiUsersInfoResponse
impl Clone for SlackApiUsersInfoResponse
source§fn clone(&self) -> SlackApiUsersInfoResponse
fn clone(&self) -> SlackApiUsersInfoResponse
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 SlackApiUsersInfoResponse
impl Debug for SlackApiUsersInfoResponse
source§impl<'de> Deserialize<'de> for SlackApiUsersInfoResponse
impl<'de> Deserialize<'de> for SlackApiUsersInfoResponse
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
source§impl From<SlackApiUsersInfoResponseInit> for SlackApiUsersInfoResponse
impl From<SlackApiUsersInfoResponseInit> for SlackApiUsersInfoResponse
source§fn from(value: SlackApiUsersInfoResponseInit) -> Self
fn from(value: SlackApiUsersInfoResponseInit) -> Self
Converts to this type from the input type.
source§impl PartialEq for SlackApiUsersInfoResponse
impl PartialEq for SlackApiUsersInfoResponse
source§fn eq(&self, other: &SlackApiUsersInfoResponse) -> bool
fn eq(&self, other: &SlackApiUsersInfoResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SlackApiUsersInfoResponse
Auto Trait Implementations§
impl Freeze for SlackApiUsersInfoResponse
impl RefUnwindSafe for SlackApiUsersInfoResponse
impl Send for SlackApiUsersInfoResponse
impl Sync for SlackApiUsersInfoResponse
impl Unpin for SlackApiUsersInfoResponse
impl UnwindSafe for SlackApiUsersInfoResponse
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