Struct cynic_parser::executable::ids::SelectionId
source · pub struct SelectionId(/* private fields */);Trait Implementations§
source§impl Clone for SelectionId
impl Clone for SelectionId
source§fn clone(&self) -> SelectionId
fn clone(&self) -> SelectionId
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 SelectionId
impl ExecutableId for SelectionId
source§impl IdOperations for SelectionId
impl IdOperations for SelectionId
impl Copy for SelectionId
Auto Trait Implementations§
impl Freeze for SelectionId
impl RefUnwindSafe for SelectionId
impl Send for SelectionId
impl Sync for SelectionId
impl Unpin for SelectionId
impl UnwindSafe for SelectionId
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