pub enum Scope {
Show 15 variants
channel_check_subscription,
channel_commercial,
channel_editor,
channel_feed_edit,
channel_feed_read,
channel_read,
channel_stream,
channel_subscriptions,
chat_login,
user_blocks_edit,
user_blocks_read,
user_follows_edit,
user_read,
user_subscriptions,
viewing_activity_ready,
}Variants§
channel_check_subscription
channel_commercial
channel_editor
channel_feed_edit
channel_feed_read
channel_read
channel_stream
channel_subscriptions
chat_login
user_blocks_edit
user_blocks_read
user_follows_edit
user_read
user_subscriptions
viewing_activity_ready
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Scope
impl RefUnwindSafe for Scope
impl Send for Scope
impl Sync for Scope
impl Unpin for Scope
impl UnwindSafe for Scope
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