pub struct UpdateGuildRole {
pub guild_id: Id<GuildMarker>,
pub role_id: Id<RoleMarker>,
pub body: UpdateGuildRoleBody,
}Fields§
§guild_id: Id<GuildMarker>§role_id: Id<RoleMarker>§body: UpdateGuildRoleBodyImplementations§
Source§impl UpdateGuildRole
impl UpdateGuildRole
Sourcepub fn builder() -> UpdateGuildRoleBuilder
pub fn builder() -> UpdateGuildRoleBuilder
Create an instance of UpdateGuildRole using the builder syntax
Trait Implementations§
Source§impl Clone for UpdateGuildRole
impl Clone for UpdateGuildRole
Source§fn clone(&self) -> UpdateGuildRole
fn clone(&self) -> UpdateGuildRole
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 Debug for UpdateGuildRole
impl Debug for UpdateGuildRole
Auto Trait Implementations§
impl Freeze for UpdateGuildRole
impl RefUnwindSafe for UpdateGuildRole
impl Send for UpdateGuildRole
impl Sync for UpdateGuildRole
impl Unpin for UpdateGuildRole
impl UnsafeUnpin for UpdateGuildRole
impl UnwindSafe for UpdateGuildRole
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