Struct cargo::util::LockServer
source · [−]pub struct LockServer { /* private fields */ }
Implementations
sourceimpl LockServer
impl LockServer
pub fn new() -> Result<LockServer, Error>
pub fn addr(&self) -> &SocketAddr
pub fn start(self) -> Result<LockServerStarted, Error>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for LockServer
impl Send for LockServer
impl Sync for LockServer
impl Unpin for LockServer
impl !UnwindSafe for LockServer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more