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