pub struct TextProto;Expand description
Protobuf TextFormat (.onnxtxt / .pbtxt) (ONNX_RS §6).
Trait Implementations§
impl Copy for TextProto
Auto Trait Implementations§
impl Freeze for TextProto
impl RefUnwindSafe for TextProto
impl Send for TextProto
impl Sync for TextProto
impl Unpin for TextProto
impl UnsafeUnpin for TextProto
impl UnwindSafe for TextProto
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