pub struct BindParameter {
    pub format: u16,
    pub value: Bytes,
}Expand description
TODO(ppiotr3k): write description
Fields§
§format: u16§value: BytesTrait Implementations§
Source§impl Clone for BindParameter
 
impl Clone for BindParameter
Source§fn clone(&self) -> BindParameter
 
fn clone(&self) -> BindParameter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for BindParameter
 
impl Debug for BindParameter
Source§impl PartialEq for BindParameter
 
impl PartialEq for BindParameter
impl Eq for BindParameter
impl StructuralPartialEq for BindParameter
Auto Trait Implementations§
impl !Freeze for BindParameter
impl RefUnwindSafe for BindParameter
impl Send for BindParameter
impl Sync for BindParameter
impl Unpin for BindParameter
impl UnwindSafe for BindParameter
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