pub struct SlackApiUsersProfileGetRequest {
pub user: Option<SlackUserId>,
pub include_locale: Option<bool>,
}
Fields§
§user: Option<SlackUserId>
§include_locale: Option<bool>
Implementations§
Source§impl SlackApiUsersProfileGetRequest
impl SlackApiUsersProfileGetRequest
pub fn new() -> Self
pub fn user(&mut self, value: SlackUserId) -> &mut Self
pub fn reset_user(&mut self) -> &mut Self
pub fn mopt_user(&mut self, value: Option<SlackUserId>) -> &mut Self
pub fn with_user(self, value: SlackUserId) -> Self
pub fn without_user(self) -> Self
pub fn opt_user(self, value: Option<SlackUserId>) -> Self
pub fn include_locale(&mut self, value: bool) -> &mut Self
pub fn reset_include_locale(&mut self) -> &mut Self
pub fn mopt_include_locale(&mut self, value: Option<bool>) -> &mut Self
pub fn with_include_locale(self, value: bool) -> Self
pub fn without_include_locale(self) -> Self
pub fn opt_include_locale(self, value: Option<bool>) -> Self
Trait Implementations§
Source§impl Clone for SlackApiUsersProfileGetRequest
impl Clone for SlackApiUsersProfileGetRequest
Source§fn clone(&self) -> SlackApiUsersProfileGetRequest
fn clone(&self) -> SlackApiUsersProfileGetRequest
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<'de> Deserialize<'de> for SlackApiUsersProfileGetRequest
impl<'de> Deserialize<'de> for SlackApiUsersProfileGetRequest
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<SlackApiUsersProfileGetRequestInit> for SlackApiUsersProfileGetRequest
impl From<SlackApiUsersProfileGetRequestInit> for SlackApiUsersProfileGetRequest
Source§fn from(value: SlackApiUsersProfileGetRequestInit) -> Self
fn from(value: SlackApiUsersProfileGetRequestInit) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SlackApiUsersProfileGetRequest
impl PartialEq for SlackApiUsersProfileGetRequest
Source§fn eq(&self, other: &SlackApiUsersProfileGetRequest) -> bool
fn eq(&self, other: &SlackApiUsersProfileGetRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for SlackApiUsersProfileGetRequest
Auto Trait Implementations§
impl Freeze for SlackApiUsersProfileGetRequest
impl RefUnwindSafe for SlackApiUsersProfileGetRequest
impl Send for SlackApiUsersProfileGetRequest
impl Sync for SlackApiUsersProfileGetRequest
impl Unpin for SlackApiUsersProfileGetRequest
impl UnwindSafe for SlackApiUsersProfileGetRequest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)