pub struct BinarySource {
pub data: Vec<u8>,
pub binary_type: BinaryType,
}Fields§
§data: Vec<u8>§binary_type: BinaryTypeTrait Implementations§
Source§impl Clone for BinarySource
impl Clone for BinarySource
Source§fn clone(&self) -> BinarySource
fn clone(&self) -> BinarySource
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 moreAuto Trait Implementations§
impl Freeze for BinarySource
impl RefUnwindSafe for BinarySource
impl Send for BinarySource
impl Sync for BinarySource
impl Unpin for BinarySource
impl UnwindSafe for BinarySource
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