pub struct DescribeChannelMembershipForAppInstanceUserRequest {
pub app_instance_user_arn: String,
pub channel_arn: String,
pub chime_bearer: Option<String>,
}
Fields§
§app_instance_user_arn: String
The ARN of the user in a channel.
channel_arn: String
The ARN of the channel to which the user belongs.
chime_bearer: Option<String>
The AppInstanceUserArn
of the user that makes the API call.
Trait Implementations§
Source§impl Clone for DescribeChannelMembershipForAppInstanceUserRequest
impl Clone for DescribeChannelMembershipForAppInstanceUserRequest
Source§fn clone(&self) -> DescribeChannelMembershipForAppInstanceUserRequest
fn clone(&self) -> DescribeChannelMembershipForAppInstanceUserRequest
Returns a duplicate 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 Default for DescribeChannelMembershipForAppInstanceUserRequest
impl Default for DescribeChannelMembershipForAppInstanceUserRequest
Source§fn default() -> DescribeChannelMembershipForAppInstanceUserRequest
fn default() -> DescribeChannelMembershipForAppInstanceUserRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeChannelMembershipForAppInstanceUserRequest
impl PartialEq for DescribeChannelMembershipForAppInstanceUserRequest
Source§fn eq(&self, other: &DescribeChannelMembershipForAppInstanceUserRequest) -> bool
fn eq(&self, other: &DescribeChannelMembershipForAppInstanceUserRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DescribeChannelMembershipForAppInstanceUserRequest
Auto Trait Implementations§
impl Freeze for DescribeChannelMembershipForAppInstanceUserRequest
impl RefUnwindSafe for DescribeChannelMembershipForAppInstanceUserRequest
impl Send for DescribeChannelMembershipForAppInstanceUserRequest
impl Sync for DescribeChannelMembershipForAppInstanceUserRequest
impl Unpin for DescribeChannelMembershipForAppInstanceUserRequest
impl UnwindSafe for DescribeChannelMembershipForAppInstanceUserRequest
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