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