pub enum NWBinary {
Path(String),
ArrayBuffer(ArrayBuffer),
}Expand description
NW Binary data
Variants§
Path(String)
ArrayBuffer(ArrayBuffer)
Auto Trait Implementations§
impl Freeze for NWBinary
impl RefUnwindSafe for NWBinary
impl !Send for NWBinary
impl !Sync for NWBinary
impl Unpin for NWBinary
impl UnwindSafe for NWBinary
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