Struct deno_web::op_encode_binary_string 
source · pub struct op_encode_binary_string;Expand description
Auto-generated by deno_ops, i.e: #[op]
Use op_encode_binary_string::decl() to get an op-declaration
you can include in a deno_core::Extension.
Auto Trait Implementations
impl RefUnwindSafe for op_encode_binary_string
impl Send for op_encode_binary_string
impl Sync for op_encode_binary_string
impl Unpin for op_encode_binary_string
impl UnwindSafe for op_encode_binary_string
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more