Struct cynic_parser::executable::ids::ArgumentId
source · pub struct ArgumentId(/* private fields */);Trait Implementations§
source§impl Clone for ArgumentId
impl Clone for ArgumentId
source§fn clone(&self) -> ArgumentId
fn clone(&self) -> ArgumentId
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl ExecutableId for ArgumentId
impl ExecutableId for ArgumentId
source§impl IdOperations for ArgumentId
impl IdOperations for ArgumentId
impl Copy for ArgumentId
Auto Trait Implementations§
impl Freeze for ArgumentId
impl RefUnwindSafe for ArgumentId
impl Send for ArgumentId
impl Sync for ArgumentId
impl Unpin for ArgumentId
impl UnwindSafe for ArgumentId
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