pub struct RoleDelete {
pub guild_id: Id<GuildMarker>,
pub role_id: Id<RoleMarker>,
}
Fields§
§guild_id: Id<GuildMarker>
§role_id: Id<RoleMarker>
Trait Implementations§
Source§impl Clone for RoleDelete
impl Clone for RoleDelete
Source§fn clone(&self) -> RoleDelete
fn clone(&self) -> RoleDelete
Returns a copy 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 RoleDelete
impl Debug for RoleDelete
Source§impl<'de> Deserialize<'de> for RoleDelete
impl<'de> Deserialize<'de> for RoleDelete
Source§fn 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
Source§impl Hash for RoleDelete
impl Hash for RoleDelete
Source§impl PartialEq for RoleDelete
impl PartialEq for RoleDelete
Source§impl Serialize for RoleDelete
impl Serialize for RoleDelete
impl Eq for RoleDelete
impl StructuralPartialEq for RoleDelete
Auto Trait Implementations§
impl Freeze for RoleDelete
impl RefUnwindSafe for RoleDelete
impl Send for RoleDelete
impl Sync for RoleDelete
impl Unpin for RoleDelete
impl UnwindSafe for RoleDelete
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