pub struct IntegrationDelete {
pub application_id: Option<Id<ApplicationMarker>>,
pub guild_id: Id<GuildMarker>,
pub id: Id<IntegrationMarker>,
}
Fields§
§application_id: Option<Id<ApplicationMarker>>
ID of the Bot/OAuth2 application for this integration.
guild_id: Id<GuildMarker>
ID of the guild.
id: Id<IntegrationMarker>
ID of the integration.
Trait Implementations§
Source§impl Clone for IntegrationDelete
impl Clone for IntegrationDelete
Source§fn clone(&self) -> IntegrationDelete
fn clone(&self) -> IntegrationDelete
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 IntegrationDelete
impl Debug for IntegrationDelete
Source§impl<'de> Deserialize<'de> for IntegrationDelete
impl<'de> Deserialize<'de> for IntegrationDelete
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 IntegrationDelete
impl Hash for IntegrationDelete
Source§impl PartialEq for IntegrationDelete
impl PartialEq for IntegrationDelete
Source§impl Serialize for IntegrationDelete
impl Serialize for IntegrationDelete
impl Eq for IntegrationDelete
impl StructuralPartialEq for IntegrationDelete
Auto Trait Implementations§
impl Freeze for IntegrationDelete
impl RefUnwindSafe for IntegrationDelete
impl Send for IntegrationDelete
impl Sync for IntegrationDelete
impl Unpin for IntegrationDelete
impl UnwindSafe for IntegrationDelete
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