pub struct ServoID(/* private fields */);Implementations§
Trait Implementations§
impl Copy for ServoID
impl Eq for ServoID
impl StructuralPartialEq for ServoID
Auto Trait Implementations§
impl Freeze for ServoID
impl RefUnwindSafe for ServoID
impl Send for ServoID
impl Sync for ServoID
impl Unpin for ServoID
impl UnwindSafe for ServoID
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