#[non_exhaustive]pub struct IntegrationMarker;
Expand description
Marker for integration IDs.
Types such as GuildIntegration
or RoleTags
use this ID marker.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IntegrationMarker
impl RefUnwindSafe for IntegrationMarker
impl Send for IntegrationMarker
impl Sync for IntegrationMarker
impl Unpin for IntegrationMarker
impl UnwindSafe for IntegrationMarker
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