Struct cargo::util::LockServerClient
source · [−]pub struct LockServerClient { /* private fields */ }
Implementations
sourceimpl LockServerClient
impl LockServerClient
pub fn lock(
addr: &SocketAddr,
name: impl AsRef<[u8]>
) -> Result<LockServerClient, Error>
Auto Trait Implementations
impl RefUnwindSafe for LockServerClient
impl Send for LockServerClient
impl Sync for LockServerClient
impl Unpin for LockServerClient
impl UnwindSafe for LockServerClient
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