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