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