pub struct PatchId(/* private fields */);
Expand description
Handle to a patch in a StyleBuilder
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PatchId
impl RefUnwindSafe for PatchId
impl Send for PatchId
impl Sync for PatchId
impl Unpin for PatchId
impl UnwindSafe for PatchId
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