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