pub struct LockMemError;
Available on
Linux
only.Trait Implementations§
Source§impl Clone for LockMemError
impl Clone for LockMemError
Source§fn clone(&self) -> LockMemError
fn clone(&self) -> LockMemError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LockMemError
impl Debug for LockMemError
Source§impl Display for LockMemError
impl Display for LockMemError
Source§impl Error for LockMemError
impl Error for LockMemError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl From<LockMemError> for LockError
impl From<LockMemError> for LockError
Source§fn from(value: LockMemError) -> Self
fn from(value: LockMemError) -> Self
Converts to this type from the input type.
Source§impl From<LockMemError> for TryLockError
impl From<LockMemError> for TryLockError
Source§fn from(value: LockMemError) -> Self
fn from(value: LockMemError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LockMemError
impl RefUnwindSafe for LockMemError
impl Send for LockMemError
impl Sync for LockMemError
impl Unpin for LockMemError
impl UnwindSafe for LockMemError
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