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