pub struct WireTypeGenConfig {
pub types: Vec<WireType>,
}Fields§
§types: Vec<WireType>Auto Trait Implementations§
impl Freeze for WireTypeGenConfig
impl RefUnwindSafe for WireTypeGenConfig
impl Send for WireTypeGenConfig
impl Sync for WireTypeGenConfig
impl Unpin for WireTypeGenConfig
impl UnsafeUnpin for WireTypeGenConfig
impl UnwindSafe for WireTypeGenConfig
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