pub struct ComponentSchema {
pub node_schema: Option<String>,
}Fields§
§node_schema: Option<String>Trait Implementations§
Source§impl Clone for ComponentSchema
impl Clone for ComponentSchema
Source§fn clone(&self) -> ComponentSchema
fn clone(&self) -> ComponentSchema
Returns a duplicate of the value. Read more
1.0.0 · 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 ComponentSchema
impl Debug for ComponentSchema
Source§impl Default for ComponentSchema
impl Default for ComponentSchema
Source§fn default() -> ComponentSchema
fn default() -> ComponentSchema
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ComponentSchema
impl RefUnwindSafe for ComponentSchema
impl Send for ComponentSchema
impl Sync for ComponentSchema
impl Unpin for ComponentSchema
impl UnwindSafe for ComponentSchema
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