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