pub struct IntegrationUpdate(pub GuildIntegration);
Tuple Fields§
§0: GuildIntegration
Trait Implementations§
Source§impl Clone for IntegrationUpdate
impl Clone for IntegrationUpdate
Source§fn clone(&self) -> IntegrationUpdate
fn clone(&self) -> IntegrationUpdate
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 IntegrationUpdate
impl Debug for IntegrationUpdate
Source§impl Deref for IntegrationUpdate
impl Deref for IntegrationUpdate
Source§impl DerefMut for IntegrationUpdate
impl DerefMut for IntegrationUpdate
Source§impl<'de> Deserialize<'de> for IntegrationUpdate
impl<'de> Deserialize<'de> for IntegrationUpdate
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 IntegrationUpdate
impl Hash for IntegrationUpdate
Source§impl PartialEq for IntegrationUpdate
impl PartialEq for IntegrationUpdate
Source§impl Serialize for IntegrationUpdate
impl Serialize for IntegrationUpdate
impl Eq for IntegrationUpdate
impl StructuralPartialEq for IntegrationUpdate
Auto Trait Implementations§
impl Freeze for IntegrationUpdate
impl RefUnwindSafe for IntegrationUpdate
impl Send for IntegrationUpdate
impl Sync for IntegrationUpdate
impl Unpin for IntegrationUpdate
impl UnwindSafe for IntegrationUpdate
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