pub enum RawDataType {
Data,
Metadata,
}Expand description
enum for SubBlock.get_raw_data
Variants§
Auto Trait Implementations§
impl Freeze for RawDataType
impl RefUnwindSafe for RawDataType
impl Send for RawDataType
impl Sync for RawDataType
impl Unpin for RawDataType
impl UnwindSafe for RawDataType
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