Struct nando_support::log_entry::ImageValue
source · pub struct ImageValue {
pub data: Vec<u8>,
}Fields§
§data: Vec<u8>Implementations§
source§impl ImageValue
impl ImageValue
Trait Implementations§
source§impl Clone for ImageValue
impl Clone for ImageValue
source§fn clone(&self) -> ImageValue
fn clone(&self) -> ImageValue
Returns a copy 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 ImageValue
impl Debug for ImageValue
Auto Trait Implementations§
impl RefUnwindSafe for ImageValue
impl Send for ImageValue
impl Sync for ImageValue
impl Unpin for ImageValue
impl UnwindSafe for ImageValue
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