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