pub struct SchemaCapabilities {
pub tag_discovery: bool,
pub tag_attributes: bool,
pub udt_definitions: bool,
pub program_tags: bool,
}Fields§
§tag_discovery: bool§tag_attributes: bool§udt_definitions: boolTrait Implementations§
Source§impl Clone for SchemaCapabilities
impl Clone for SchemaCapabilities
Source§fn clone(&self) -> SchemaCapabilities
fn clone(&self) -> SchemaCapabilities
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 SchemaCapabilities
impl Debug for SchemaCapabilities
Source§impl<'de> Deserialize<'de> for SchemaCapabilities
impl<'de> Deserialize<'de> for SchemaCapabilities
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
Auto Trait Implementations§
impl Freeze for SchemaCapabilities
impl RefUnwindSafe for SchemaCapabilities
impl Send for SchemaCapabilities
impl Sync for SchemaCapabilities
impl Unpin for SchemaCapabilities
impl UnsafeUnpin for SchemaCapabilities
impl UnwindSafe for SchemaCapabilities
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