pub struct SecurityAdvisoryIdentifier;Trait Implementations§
Source§impl HasField<type> for SecurityAdvisoryIdentifier
impl HasField<type> for SecurityAdvisoryIdentifier
Source§impl HasField<value> for SecurityAdvisoryIdentifier
impl HasField<value> for SecurityAdvisoryIdentifier
Auto Trait Implementations§
impl Freeze for SecurityAdvisoryIdentifier
impl RefUnwindSafe for SecurityAdvisoryIdentifier
impl Send for SecurityAdvisoryIdentifier
impl Sync for SecurityAdvisoryIdentifier
impl Unpin for SecurityAdvisoryIdentifier
impl UnwindSafe for SecurityAdvisoryIdentifier
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