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 Freeze for BytesField
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