pub struct BatchProtocol {
pub format: &'static str,
pub input: &'static str,
pub flags: Vec<FlagDef>,
}Fields§
§format: &'static str§input: &'static str§flags: Vec<FlagDef>Trait Implementations§
Source§impl Debug for BatchProtocol
impl Debug for BatchProtocol
Auto Trait Implementations§
impl Freeze for BatchProtocol
impl RefUnwindSafe for BatchProtocol
impl Send for BatchProtocol
impl Sync for BatchProtocol
impl Unpin for BatchProtocol
impl UnsafeUnpin for BatchProtocol
impl UnwindSafe for BatchProtocol
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