Struct hydrate_data::BytesFieldRefMut
source · pub struct BytesFieldRefMut<'a>(pub PropertyPath, _);Tuple Fields§
§0: PropertyPathImplementations§
Trait Implementations§
source§impl<'a> FieldRefMut<'a> for BytesFieldRefMut<'a>
impl<'a> FieldRefMut<'a> for BytesFieldRefMut<'a>
fn new( property_path: PropertyPath, data_container: &'a Rc<RefCell<DataContainerRefMut<'a>>> ) -> Self
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for BytesFieldRefMut<'a>
impl<'a> !Send for BytesFieldRefMut<'a>
impl<'a> !Sync for BytesFieldRefMut<'a>
impl<'a> Unpin for BytesFieldRefMut<'a>
impl<'a> !UnwindSafe for BytesFieldRefMut<'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