Struct Graph
struct Graph
Invisible characters.
This is defined for POSIX compatibility.
Implementations
impl BinaryProperty for Graph
impl Debug for Graph
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for Graph
impl RefUnwindSafe for Graph
impl Send for Graph
impl Sync for Graph
impl Unpin for Graph
impl UnsafeUnpin for Graph
impl UnwindSafe for Graph
impl<T> Any for Graph
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for Graph
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for Graph
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> ErasedDestructor for Graph
impl<T> From for Graph
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for Graph
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 Graph
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for Graph
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>