pub struct Global { /* private fields */ }Expand description
Set default value of driver’s property prop to value
Implementations§
Trait Implementations§
Source§impl Ord for Global
impl Ord for Global
Source§impl PartialOrd for Global
impl PartialOrd for Global
Source§impl ToCommand for Global
impl ToCommand for Global
fn to_command(&self) -> Vec<String>
fn to_single_command(&self) -> String
impl Eq for Global
impl StructuralPartialEq for Global
Auto Trait Implementations§
impl Freeze for Global
impl RefUnwindSafe for Global
impl Send for Global
impl Sync for Global
impl Unpin for Global
impl UnwindSafe for Global
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