pub struct ManagedSchemaScope {
pub owner: bool,
pub bindings: bool,
}Fields§
§owner: bool§bindings: boolTrait Implementations§
Source§impl Clone for ManagedSchemaScope
impl Clone for ManagedSchemaScope
Source§fn clone(&self) -> ManagedSchemaScope
fn clone(&self) -> ManagedSchemaScope
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 ManagedSchemaScope
impl Debug for ManagedSchemaScope
Source§impl Default for ManagedSchemaScope
impl Default for ManagedSchemaScope
Source§fn default() -> ManagedSchemaScope
fn default() -> ManagedSchemaScope
Returns the “default value” for a type. Read more
impl Eq for ManagedSchemaScope
Source§impl PartialEq for ManagedSchemaScope
impl PartialEq for ManagedSchemaScope
impl StructuralPartialEq for ManagedSchemaScope
Auto Trait Implementations§
impl Freeze for ManagedSchemaScope
impl RefUnwindSafe for ManagedSchemaScope
impl Send for ManagedSchemaScope
impl Sync for ManagedSchemaScope
impl Unpin for ManagedSchemaScope
impl UnsafeUnpin for ManagedSchemaScope
impl UnwindSafe for ManagedSchemaScope
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.