pub struct Binval {
pub data: Vec<u8>,
}
Expand description
The binary data of the photo.
Fields§
§data: Vec<u8>
The actual data.
Trait Implementations§
Source§impl TryFrom<Element> for Binval
impl TryFrom<Element> for Binval
Source§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
impl StructuralPartialEq for Binval
Auto Trait Implementations§
impl Freeze for Binval
impl RefUnwindSafe for Binval
impl Send for Binval
impl Sync for Binval
impl Unpin for Binval
impl UnwindSafe for Binval
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