pub struct Junction { /* private fields */ }Implementations§
Trait Implementations§
Source§impl ExternType for Junction
impl ExternType for Junction
Auto Trait Implementations§
impl !Freeze for Junction
impl RefUnwindSafe for Junction
impl !Send for Junction
impl !Sync for Junction
impl !Unpin for Junction
impl UnwindSafe for Junction
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