pub struct Bridge { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Ord for Bridge
impl Ord for Bridge
Source§impl PartialOrd for Bridge
impl PartialOrd for Bridge
Source§impl ToCommand for Bridge
impl ToCommand for Bridge
fn to_command(&self) -> Vec<String>
fn to_single_command(&self) -> String
impl Eq for Bridge
impl StructuralPartialEq for Bridge
Auto Trait Implementations§
impl Freeze for Bridge
impl RefUnwindSafe for Bridge
impl Send for Bridge
impl Sync for Bridge
impl Unpin for Bridge
impl UnwindSafe for Bridge
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