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