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