Struct Blank

struct Blank

Horizontal whitespace characters

Implementations

impl BinaryProperty for Blank

impl Debug for Blank

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Freeze for Blank

impl RefUnwindSafe for Blank

impl Send for Blank

impl Sync for Blank

impl Unpin for Blank

impl UnsafeUnpin for Blank

impl UnwindSafe for Blank

impl<T> Any for Blank

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for Blank

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for Blank

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> ErasedDestructor for Blank

impl<T> From for Blank

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for Blank

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for Blank

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for Blank

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>