pub struct StartNode;Trait Implementations§
Auto Trait Implementations§
impl Freeze for StartNode
impl RefUnwindSafe for StartNode
impl Send for StartNode
impl Sync for StartNode
impl Unpin for StartNode
impl UnsafeUnpin for StartNode
impl UnwindSafe for StartNode
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