Struct harmony_rust_sdk::client::api::chat::permissions::ManageUserRoles [−][src]
Convenience type to create a valid ManageUserRolesRequest
.
Implementations
impl ManageUserRoles
[src]
Trait Implementations
impl Clone for ManageUserRoles
[src]
fn clone(&self) -> ManageUserRoles
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for ManageUserRoles
[src]
impl From<ManageUserRoles> for ManageUserRolesRequest
[src]
fn from(o: ManageUserRoles) -> Self
[src]
impl ManageUserRolesSelfBuilder for ManageUserRoles
[src]
fn guild_id(self, guild_id: impl Into<u64>) -> Self
[src]
Set the guild_id field of this struct.
fn user_id(self, user_id: impl Into<u64>) -> Self
[src]
Set the user_id field of this struct.
fn give_role_ids(self, give_role_ids: impl Into<Vec<u64>>) -> Self
[src]
Set the give_role_ids field of this struct.
fn take_role_ids(self, take_role_ids: impl Into<Vec<u64>>) -> Self
[src]
Set the take_role_ids field of this struct.
Auto Trait Implementations
impl RefUnwindSafe for ManageUserRoles
impl Send for ManageUserRoles
impl Sync for ManageUserRoles
impl Unpin for ManageUserRoles
impl UnwindSafe for ManageUserRoles
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> IntoRequest<T> for T
[src]
pub fn into_request(self) -> Request<T>
[src]
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,