pub struct NoWritableSpace {}
Trait Implementations§
Source§impl Clone for NoWritableSpace
impl Clone for NoWritableSpace
Source§fn clone(&self) -> NoWritableSpace
fn clone(&self) -> NoWritableSpace
Returns a copy 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 NoWritableSpace
impl Debug for NoWritableSpace
Source§impl From<NoWritableSpace> for Error
impl From<NoWritableSpace> for Error
Source§fn from(_: NoWritableSpace) -> Self
fn from(_: NoWritableSpace) -> Self
Converts to this type from the input type.
Source§impl From<NoWritableSpace> for String
impl From<NoWritableSpace> for String
Source§fn from(_: NoWritableSpace) -> Self
fn from(_: NoWritableSpace) -> Self
Converts to this type from the input type.
Source§impl Hash for NoWritableSpace
impl Hash for NoWritableSpace
Source§impl Ord for NoWritableSpace
impl Ord for NoWritableSpace
Source§fn cmp(&self, other: &NoWritableSpace) -> Ordering
fn cmp(&self, other: &NoWritableSpace) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NoWritableSpace
impl PartialEq for NoWritableSpace
Source§impl PartialOrd for NoWritableSpace
impl PartialOrd for NoWritableSpace
impl Copy for NoWritableSpace
impl Eq for NoWritableSpace
impl StructuralPartialEq for NoWritableSpace
Auto Trait Implementations§
impl Freeze for NoWritableSpace
impl RefUnwindSafe for NoWritableSpace
impl Send for NoWritableSpace
impl Sync for NoWritableSpace
impl Unpin for NoWritableSpace
impl UnwindSafe for NoWritableSpace
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