Struct slack_morphism::api::SlackApiTeamProfileGetRequest
source · pub struct SlackApiTeamProfileGetRequest {
pub visibility: Option<SlackTeamId>,
}Fields
visibility: Option<SlackTeamId>Implementations
sourceimpl 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
sourceimpl Clone for SlackApiTeamProfileGetRequest
impl Clone for SlackApiTeamProfileGetRequest
sourcefn clone(&self) -> SlackApiTeamProfileGetRequest
fn clone(&self) -> SlackApiTeamProfileGetRequest
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SlackApiTeamProfileGetRequest
impl Debug for SlackApiTeamProfileGetRequest
sourceimpl<'de> Deserialize<'de> for SlackApiTeamProfileGetRequest
impl<'de> Deserialize<'de> for SlackApiTeamProfileGetRequest
sourcefn 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
sourceimpl From<SlackApiTeamProfileGetRequestInit> for SlackApiTeamProfileGetRequest
impl From<SlackApiTeamProfileGetRequestInit> for SlackApiTeamProfileGetRequest
sourcefn from(value: SlackApiTeamProfileGetRequestInit) -> Self
fn from(value: SlackApiTeamProfileGetRequestInit) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<SlackApiTeamProfileGetRequest> for SlackApiTeamProfileGetRequest
impl PartialEq<SlackApiTeamProfileGetRequest> for SlackApiTeamProfileGetRequest
sourcefn eq(&self, other: &SlackApiTeamProfileGetRequest) -> bool
fn eq(&self, other: &SlackApiTeamProfileGetRequest) -> bool
impl StructuralPartialEq for SlackApiTeamProfileGetRequest
Auto Trait Implementations
impl RefUnwindSafe for SlackApiTeamProfileGetRequest
impl Send for SlackApiTeamProfileGetRequest
impl Sync for SlackApiTeamProfileGetRequest
impl Unpin for SlackApiTeamProfileGetRequest
impl UnwindSafe for SlackApiTeamProfileGetRequest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more