pub struct VisualManagedScope {
pub roles: Vec<String>,
pub schemas: Vec<VisualManagedSchema>,
}Expand description
Optional managed-scope metadata for bundle-aware graph output.
Fields§
§roles: Vec<String>§schemas: Vec<VisualManagedSchema>Trait Implementations§
Source§impl Clone for VisualManagedScope
impl Clone for VisualManagedScope
Source§fn clone(&self) -> VisualManagedScope
fn clone(&self) -> VisualManagedScope
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 VisualManagedScope
impl Debug for VisualManagedScope
Source§impl<'de> Deserialize<'de> for VisualManagedScope
impl<'de> Deserialize<'de> for VisualManagedScope
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. 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 VisualManagedScope
impl RefUnwindSafe for VisualManagedScope
impl Send for VisualManagedScope
impl Sync for VisualManagedScope
impl Unpin for VisualManagedScope
impl UnsafeUnpin for VisualManagedScope
impl UnwindSafe for VisualManagedScope
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