pub struct ManagedScope {
pub roles: BTreeSet<String>,
pub schemas: BTreeMap<String, ManagedSchemaScope>,
}Fields§
§roles: BTreeSet<String>§schemas: BTreeMap<String, ManagedSchemaScope>Trait Implementations§
Source§impl Clone for ManagedScope
impl Clone for ManagedScope
Source§fn clone(&self) -> ManagedScope
fn clone(&self) -> ManagedScope
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 ManagedScope
impl Debug for ManagedScope
Source§impl Default for ManagedScope
impl Default for ManagedScope
Source§fn default() -> ManagedScope
fn default() -> ManagedScope
Returns the “default value” for a type. Read more
Source§impl From<&ManagedScope> for VisualManagedScope
impl From<&ManagedScope> for VisualManagedScope
Source§fn from(scope: &ManagedScope) -> Self
fn from(scope: &ManagedScope) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ManagedScope
impl RefUnwindSafe for ManagedScope
impl Send for ManagedScope
impl Sync for ManagedScope
impl Unpin for ManagedScope
impl UnsafeUnpin for ManagedScope
impl UnwindSafe for ManagedScope
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