Struct Print
struct Print
Printable characters (visible characters and whitespace).
This is defined for POSIX compatibility.
Implementations
impl BinaryProperty for Print
impl Debug for Print
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for Print
impl RefUnwindSafe for Print
impl Send for Print
impl Sync for Print
impl Unpin for Print
impl UnsafeUnpin for Print
impl UnwindSafe for Print
impl<T> Any for Print
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for Print
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for Print
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> ErasedDestructor for Print
impl<T> From for Print
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for Print
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for Print
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for Print
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>