pub enum ServoType {
Standard,
Continuous,
}Variants§
Trait Implementations§
impl Copy for ServoType
impl Eq for ServoType
impl StructuralPartialEq for ServoType
Auto Trait Implementations§
impl Freeze for ServoType
impl RefUnwindSafe for ServoType
impl Send for ServoType
impl Sync for ServoType
impl Unpin for ServoType
impl UnwindSafe for ServoType
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