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