pub struct ServoInfo { /* private fields */ }Expand description
All information needed to connect to a protocol 1 servo
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ServoInfo
impl RefUnwindSafe for ServoInfo
impl Send for ServoInfo
impl Sync for ServoInfo
impl Unpin for ServoInfo
impl UnwindSafe for ServoInfo
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