pub struct identifier;
Trait Implementations§
Source§impl HasArgument<identifier> for securityAdvisories
impl HasArgument<identifier> for securityAdvisories
Source§type ArgumentType = Option<SecurityAdvisoryIdentifierFilter>
type ArgumentType = Option<SecurityAdvisoryIdentifierFilter>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for identifier
impl RefUnwindSafe for identifier
impl Send for identifier
impl Sync for identifier
impl Unpin for identifier
impl UnwindSafe for identifier
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