pub struct SchemaPath(/* private fields */);Trait Implementations§
Source§impl Clone for SchemaPath
impl Clone for SchemaPath
Source§fn clone(&self) -> SchemaPath
fn clone(&self) -> SchemaPath
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 SchemaPath
impl Debug for SchemaPath
Auto Trait Implementations§
impl Freeze for SchemaPath
impl RefUnwindSafe for SchemaPath
impl Send for SchemaPath
impl Sync for SchemaPath
impl Unpin for SchemaPath
impl UnwindSafe for SchemaPath
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