#[repr(C)]pub struct TeleportPath { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TeleportPath
impl RefUnwindSafe for TeleportPath
impl !Send for TeleportPath
impl !Sync for TeleportPath
impl Unpin for TeleportPath
impl UnwindSafe for TeleportPath
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