pub struct SlackApiTeamProfileGetRequest {
pub visibility: Option<SlackTeamId>,
}
Fields§
§visibility: Option<SlackTeamId>
Implementations§
Source§impl SlackApiTeamProfileGetRequest
impl SlackApiTeamProfileGetRequest
pub fn new() -> Self
pub fn visibility(&mut self, value: SlackTeamId) -> &mut Self
pub fn reset_visibility(&mut self) -> &mut Self
pub fn mopt_visibility(&mut self, value: Option<SlackTeamId>) -> &mut Self
pub fn with_visibility(self, value: SlackTeamId) -> Self
pub fn without_visibility(self) -> Self
pub fn opt_visibility(self, value: Option<SlackTeamId>) -> Self
Trait Implementations§
Source§impl Clone for SlackApiTeamProfileGetRequest
impl Clone for SlackApiTeamProfileGetRequest
Source§fn clone(&self) -> SlackApiTeamProfileGetRequest
fn clone(&self) -> SlackApiTeamProfileGetRequest
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 SlackApiTeamProfileGetRequest
impl<'de> Deserialize<'de> for SlackApiTeamProfileGetRequest
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<SlackApiTeamProfileGetRequestInit> for SlackApiTeamProfileGetRequest
impl From<SlackApiTeamProfileGetRequestInit> for SlackApiTeamProfileGetRequest
Source§fn from(value: SlackApiTeamProfileGetRequestInit) -> Self
fn from(value: SlackApiTeamProfileGetRequestInit) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SlackApiTeamProfileGetRequest
impl PartialEq for SlackApiTeamProfileGetRequest
Source§fn eq(&self, other: &SlackApiTeamProfileGetRequest) -> bool
fn eq(&self, other: &SlackApiTeamProfileGetRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for SlackApiTeamProfileGetRequest
Auto Trait Implementations§
impl Freeze for SlackApiTeamProfileGetRequest
impl RefUnwindSafe for SlackApiTeamProfileGetRequest
impl Send for SlackApiTeamProfileGetRequest
impl Sync for SlackApiTeamProfileGetRequest
impl Unpin for SlackApiTeamProfileGetRequest
impl UnwindSafe for SlackApiTeamProfileGetRequest
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
)