enum ArgWrap {
None,
Broadcast,
Truncate(&'static str),
}Variants§
Auto Trait Implementations§
impl Freeze for ArgWrap
impl RefUnwindSafe for ArgWrap
impl Send for ArgWrap
impl Sync for ArgWrap
impl Unpin for ArgWrap
impl UnwindSafe for ArgWrap
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