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