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