pub struct SchemaElementTest {
pub name: Name,
}Fields§
§name: NameTrait Implementations§
Source§impl Clone for SchemaElementTest
impl Clone for SchemaElementTest
Source§fn clone(&self) -> SchemaElementTest
fn clone(&self) -> SchemaElementTest
Returns a copy 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 SchemaElementTest
impl Debug for SchemaElementTest
Source§impl PartialEq for SchemaElementTest
impl PartialEq for SchemaElementTest
impl Eq for SchemaElementTest
impl StructuralPartialEq for SchemaElementTest
Auto Trait Implementations§
impl Freeze for SchemaElementTest
impl RefUnwindSafe for SchemaElementTest
impl Send for SchemaElementTest
impl Sync for SchemaElementTest
impl Unpin for SchemaElementTest
impl UnwindSafe for SchemaElementTest
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