pub struct parentLens;
Trait Implementations§
Source§impl Field for parentLens
impl Field for parentLens
Source§impl HasField<parentLens> for MultiDocument
impl HasField<parentLens> for MultiDocument
Source§type Type = Option<MultiDocument>
type Type = Option<MultiDocument>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for parentLens
impl RefUnwindSafe for parentLens
impl Send for parentLens
impl Sync for parentLens
impl Unpin for parentLens
impl UnwindSafe for parentLens
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