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