pub struct BytesFieldRef<'a>(pub PropertyPath, _);
Tuple Fields§
§0: PropertyPath
Implementations§
Source§impl<'a> BytesFieldRef<'a>
impl<'a> BytesFieldRef<'a>
Trait Implementations§
Source§impl<'a> FieldRef<'a> for BytesFieldRef<'a>
impl<'a> FieldRef<'a> for BytesFieldRef<'a>
fn new( property_path: PropertyPath, data_container: DataContainerRef<'a>, ) -> BytesFieldRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for BytesFieldRef<'a>
impl<'a> RefUnwindSafe for BytesFieldRef<'a>
impl<'a> Send for BytesFieldRef<'a>
impl<'a> Sync for BytesFieldRef<'a>
impl<'a> Unpin for BytesFieldRef<'a>
impl<'a> UnwindSafe for BytesFieldRef<'a>
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