pub struct ReadScopes(/* private fields */);Expand description
A non-empty set of scopes a read filters by. The non-empty invariant is
structural: an empty ScopeSet admits nothing, so an empty read set would
make every default read silently return empty.
Implementations§
Trait Implementations§
Source§impl Clone for ReadScopes
impl Clone for ReadScopes
Source§fn clone(&self) -> ReadScopes
fn clone(&self) -> ReadScopes
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ReadScopes
impl Debug for ReadScopes
impl Eq for ReadScopes
Source§impl PartialEq for ReadScopes
impl PartialEq for ReadScopes
impl StructuralPartialEq for ReadScopes
Auto Trait Implementations§
impl Freeze for ReadScopes
impl RefUnwindSafe for ReadScopes
impl Send for ReadScopes
impl Sync for ReadScopes
impl Unpin for ReadScopes
impl UnsafeUnpin for ReadScopes
impl UnwindSafe for ReadScopes
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