pub trait IntoCow<'a, Ref>{
// Required method
fn into_cow(self) -> Cow<'a, Ref>
where &'a Self: 'a;
}
Expand description
Convert a type into a Cow
Required Methods§
Implementations on Foreign Types§
Implementors§
impl<'a> IntoCow<'a, WhisperIdRef> for &'a WhisperId
Available on crate feature
chat
only.impl<'a> IntoCow<'a, WhisperIdRef> for &'a WhisperIdRef
Available on crate feature
chat
only.impl<'a> IntoCow<'a, WhisperIdRef> for WhisperId
Available on crate feature
chat
only.impl<'a> IntoCow<'a, HexColorRef> for &'a HexColor
Available on crate feature
color
only.impl<'a> IntoCow<'a, HexColorRef> for &'a HexColorRef
Available on crate feature
color
only.impl<'a> IntoCow<'a, HexColorRef> for HexColor
Available on crate feature
color
only.impl<'a> IntoCow<'a, BadgeSetIdRef> for &'a BadgeSetId
Available on crate feature
emote
only.impl<'a> IntoCow<'a, BadgeSetIdRef> for &'a BadgeSetIdRef
Available on crate feature
emote
only.impl<'a> IntoCow<'a, BadgeSetIdRef> for BadgeSetId
Available on crate feature
emote
only.impl<'a> IntoCow<'a, ChatBadgeIdRef> for &'a ChatBadgeId
Available on crate feature
emote
only.impl<'a> IntoCow<'a, ChatBadgeIdRef> for &'a ChatBadgeIdRef
Available on crate feature
emote
only.impl<'a> IntoCow<'a, ChatBadgeIdRef> for ChatBadgeId
Available on crate feature
emote
only.impl<'a> IntoCow<'a, EmoteIdRef> for &'a EmoteId
Available on crate feature
emote
only.impl<'a> IntoCow<'a, EmoteIdRef> for &'a EmoteIdRef
Available on crate feature
emote
only.impl<'a> IntoCow<'a, EmoteIdRef> for EmoteId
Available on crate feature
emote
only.impl<'a> IntoCow<'a, EmoteSetIdRef> for &'a EmoteSetId
Available on crate feature
emote
only.impl<'a> IntoCow<'a, EmoteSetIdRef> for &'a EmoteSetIdRef
Available on crate feature
emote
only.impl<'a> IntoCow<'a, EmoteSetIdRef> for EmoteSetId
Available on crate feature
emote
only.impl<'a> IntoCow<'a, ConduitIdRef> for &'a ConduitId
Available on crate feature
eventsub
only.impl<'a> IntoCow<'a, ConduitIdRef> for &'a ConduitIdRef
Available on crate feature
eventsub
only.impl<'a> IntoCow<'a, ConduitIdRef> for ConduitId
Available on crate feature
eventsub
only.impl<'a> IntoCow<'a, ConduitShardIdRef> for &'a ConduitShardId
Available on crate feature
eventsub
only.impl<'a> IntoCow<'a, ConduitShardIdRef> for &'a ConduitShardIdRef
Available on crate feature
eventsub
only.impl<'a> IntoCow<'a, ConduitShardIdRef> for ConduitShardId
Available on crate feature
eventsub
only.impl<'a> IntoCow<'a, EventSubIdRef> for &'a EventSubId
Available on crate feature
eventsub
only.impl<'a> IntoCow<'a, EventSubIdRef> for &'a EventSubIdRef
Available on crate feature
eventsub
only.impl<'a> IntoCow<'a, EventSubIdRef> for EventSubId
Available on crate feature
eventsub
only.impl<'a> IntoCow<'a, CreatorGoalIdRef> for &'a CreatorGoalId
Available on crate feature
goal
only.impl<'a> IntoCow<'a, CreatorGoalIdRef> for &'a CreatorGoalIdRef
Available on crate feature
goal
only.impl<'a> IntoCow<'a, CreatorGoalIdRef> for CreatorGoalId
Available on crate feature
goal
only.impl<'a> IntoCow<'a, BlockedTermIdRef> for &'a BlockedTermId
Available on crate feature
moderation
only.impl<'a> IntoCow<'a, BlockedTermIdRef> for &'a BlockedTermIdRef
Available on crate feature
moderation
only.impl<'a> IntoCow<'a, BlockedTermIdRef> for BlockedTermId
Available on crate feature
moderation
only.impl<'a> IntoCow<'a, MsgIdRef> for &'a MsgId
impl<'a> IntoCow<'a, MsgIdRef> for &'a MsgIdRef
impl<'a> IntoCow<'a, MsgIdRef> for MsgId
impl<'a> IntoCow<'a, UnbanRequestIdRef> for &'a UnbanRequestId
Available on crate feature
moderation
only.impl<'a> IntoCow<'a, UnbanRequestIdRef> for &'a UnbanRequestIdRef
Available on crate feature
moderation
only.impl<'a> IntoCow<'a, UnbanRequestIdRef> for UnbanRequestId
Available on crate feature
moderation
only.impl<'a> IntoCow<'a, PollChoiceIdRef> for &'a PollChoiceId
Available on crate feature
points
only.impl<'a> IntoCow<'a, PollChoiceIdRef> for &'a PollChoiceIdRef
Available on crate feature
points
only.impl<'a> IntoCow<'a, PollChoiceIdRef> for PollChoiceId
Available on crate feature
points
only.impl<'a> IntoCow<'a, PollIdRef> for &'a PollId
Available on crate feature
points
only.impl<'a> IntoCow<'a, PollIdRef> for &'a PollIdRef
Available on crate feature
points
only.impl<'a> IntoCow<'a, PollIdRef> for PollId
Available on crate feature
points
only.impl<'a> IntoCow<'a, PredictionIdRef> for &'a PredictionId
Available on crate feature
points
only.impl<'a> IntoCow<'a, PredictionIdRef> for &'a PredictionIdRef
Available on crate feature
points
only.impl<'a> IntoCow<'a, PredictionIdRef> for PredictionId
Available on crate feature
points
only.impl<'a> IntoCow<'a, PredictionOutcomeIdRef> for &'a PredictionOutcomeId
Available on crate feature
points
only.impl<'a> IntoCow<'a, PredictionOutcomeIdRef> for &'a PredictionOutcomeIdRef
Available on crate feature
points
only.impl<'a> IntoCow<'a, PredictionOutcomeIdRef> for PredictionOutcomeId
Available on crate feature
points
only.impl<'a> IntoCow<'a, RedemptionIdRef> for &'a RedemptionId
Available on crate feature
points
only.impl<'a> IntoCow<'a, RedemptionIdRef> for &'a RedemptionIdRef
Available on crate feature
points
only.impl<'a> IntoCow<'a, RedemptionIdRef> for RedemptionId
Available on crate feature
points
only.impl<'a> IntoCow<'a, RewardIdRef> for &'a RewardId
Available on crate feature
points
only.impl<'a> IntoCow<'a, RewardIdRef> for &'a RewardIdRef
Available on crate feature
points
only.impl<'a> IntoCow<'a, RewardIdRef> for RewardId
Available on crate feature
points
only.impl<'a> IntoCow<'a, CategoryIdRef> for &'a CategoryId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, CategoryIdRef> for &'a CategoryIdRef
Available on crate feature
stream
only.impl<'a> IntoCow<'a, CategoryIdRef> for CategoryId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, CharityCampaignIdRef> for &'a CharityCampaignId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, CharityCampaignIdRef> for &'a CharityCampaignIdRef
Available on crate feature
stream
only.impl<'a> IntoCow<'a, CharityCampaignIdRef> for CharityCampaignId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, CharityDonationIdRef> for &'a CharityDonationId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, CharityDonationIdRef> for &'a CharityDonationIdRef
Available on crate feature
stream
only.impl<'a> IntoCow<'a, CharityDonationIdRef> for CharityDonationId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, ClipIdRef> for &'a ClipId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, ClipIdRef> for &'a ClipIdRef
Available on crate feature
stream
only.impl<'a> IntoCow<'a, ClipIdRef> for ClipId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, GuestStarSessionIdRef> for &'a GuestStarSessionId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, GuestStarSessionIdRef> for &'a GuestStarSessionIdRef
Available on crate feature
stream
only.impl<'a> IntoCow<'a, GuestStarSessionIdRef> for GuestStarSessionId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, GuestStarSlotIdRef> for &'a GuestStarSlotId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, GuestStarSlotIdRef> for &'a GuestStarSlotIdRef
Available on crate feature
stream
only.impl<'a> IntoCow<'a, GuestStarSlotIdRef> for GuestStarSlotId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, HypeTrainIdRef> for &'a HypeTrainId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, HypeTrainIdRef> for &'a HypeTrainIdRef
Available on crate feature
stream
only.impl<'a> IntoCow<'a, HypeTrainIdRef> for HypeTrainId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, IgdbIdRef> for &'a IgdbId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, IgdbIdRef> for &'a IgdbIdRef
Available on crate feature
stream
only.impl<'a> IntoCow<'a, IgdbIdRef> for IgdbId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, StreamIdRef> for &'a StreamId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, StreamIdRef> for &'a StreamIdRef
Available on crate feature
stream
only.impl<'a> IntoCow<'a, StreamIdRef> for StreamId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, StreamKeyRef> for &'a StreamKey
Available on crate feature
stream
only.impl<'a> IntoCow<'a, StreamKeyRef> for &'a StreamKeyRef
Available on crate feature
stream
only.impl<'a> IntoCow<'a, StreamKeyRef> for StreamKey
Available on crate feature
stream
only.impl<'a> IntoCow<'a, StreamMarkerIdRef> for &'a StreamMarkerId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, StreamMarkerIdRef> for &'a StreamMarkerIdRef
Available on crate feature
stream
only.impl<'a> IntoCow<'a, StreamMarkerIdRef> for StreamMarkerId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, StreamSegmentIdRef> for &'a StreamSegmentId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, StreamSegmentIdRef> for &'a StreamSegmentIdRef
Available on crate feature
stream
only.impl<'a> IntoCow<'a, StreamSegmentIdRef> for StreamSegmentId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, TagIdRef> for &'a TagId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, TagIdRef> for &'a TagIdRef
Available on crate feature
stream
only.impl<'a> IntoCow<'a, TagIdRef> for TagId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, TeamIdRef> for &'a TeamId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, TeamIdRef> for &'a TeamIdRef
Available on crate feature
stream
only.impl<'a> IntoCow<'a, TeamIdRef> for TeamId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, VideoIdRef> for &'a VideoId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, VideoIdRef> for &'a VideoIdRef
Available on crate feature
stream
only.impl<'a> IntoCow<'a, VideoIdRef> for VideoId
Available on crate feature
stream
only.impl<'a> IntoCow<'a, DisplayNameRef> for &'a DisplayName
impl<'a> IntoCow<'a, DisplayNameRef> for &'a DisplayNameRef
impl<'a> IntoCow<'a, DisplayNameRef> for DisplayName
impl<'a> IntoCow<'a, NicknameRef> for &'a Nickname
impl<'a> IntoCow<'a, NicknameRef> for &'a NicknameRef
impl<'a> IntoCow<'a, NicknameRef> for Nickname
impl<'a> IntoCow<'a, UserIdRef> for &'a UserId
impl<'a> IntoCow<'a, UserIdRef> for &'a UserIdRef
impl<'a> IntoCow<'a, UserIdRef> for UserId
impl<'a> IntoCow<'a, CommunityGiftIdRef> for &'a CommunityGiftId
Available on crate feature
sub
only.impl<'a> IntoCow<'a, CommunityGiftIdRef> for &'a CommunityGiftIdRef
Available on crate feature
sub
only.impl<'a> IntoCow<'a, CommunityGiftIdRef> for CommunityGiftId
Available on crate feature
sub
only.impl<'a> IntoCow<'a, TimestampRef> for &'a Timestamp
Available on crate feature
timestamp
only.impl<'a> IntoCow<'a, TimestampRef> for &'a TimestampRef
Available on crate feature
timestamp
only.impl<'a> IntoCow<'a, TimestampRef> for Timestamp
Available on crate feature
timestamp
only.