pub struct AccessTokenScope {
pub basins: BasinResourceSet,
pub streams: StreamResourceSet,
pub access_tokens: AccessTokenResourceSet,
pub op_groups: PermittedOperationGroups,
pub ops: EnumSet<Operation>,
}Fields§
§basins: BasinResourceSet§streams: StreamResourceSet§access_tokens: AccessTokenResourceSet§op_groups: PermittedOperationGroups§ops: EnumSet<Operation>Trait Implementations§
Source§impl Clone for AccessTokenScope
impl Clone for AccessTokenScope
Source§fn clone(&self) -> AccessTokenScope
fn clone(&self) -> AccessTokenScope
Returns a duplicate 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 AccessTokenScope
impl Debug for AccessTokenScope
Source§impl Default for AccessTokenScope
impl Default for AccessTokenScope
Source§fn default() -> AccessTokenScope
fn default() -> AccessTokenScope
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AccessTokenScope
impl RefUnwindSafe for AccessTokenScope
impl Send for AccessTokenScope
impl Sync for AccessTokenScope
impl Unpin for AccessTokenScope
impl UnwindSafe for AccessTokenScope
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