pub struct GraphicID(/* private fields */);
Expand description
An ID identifying a string resource.
Trait Implementations§
impl Copy for GraphicID
impl Eq for GraphicID
impl StructuralPartialEq for GraphicID
Auto Trait Implementations§
impl Freeze for GraphicID
impl RefUnwindSafe for GraphicID
impl Send for GraphicID
impl Sync for GraphicID
impl Unpin for GraphicID
impl UnwindSafe for GraphicID
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