pub struct PathNodeRoot {}
Implementations§
Source§impl PathNodeRoot
impl PathNodeRoot
pub fn register_schema(linker: &mut SchemaLinker)
pub fn schema_name() -> &'static str
Auto Trait Implementations§
impl Freeze for PathNodeRoot
impl RefUnwindSafe for PathNodeRoot
impl Send for PathNodeRoot
impl Sync for PathNodeRoot
impl Unpin for PathNodeRoot
impl UnwindSafe for PathNodeRoot
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