Struct hydrate_pipeline::BytesField
source · pub struct BytesField(pub PropertyPath, _);
Tuple Fields§
§0: PropertyPath
Implementations§
Trait Implementations§
source§impl Field for BytesField
impl Field for BytesField
fn new( property_path: PropertyPath, data_container: &Rc<RefCell<Option<DataContainer>>> ) -> BytesField
Auto Trait Implementations§
impl !RefUnwindSafe for BytesField
impl !Send for BytesField
impl !Sync for BytesField
impl Unpin for BytesField
impl !UnwindSafe for BytesField
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