Enum glsl_lang::transpiler::glsl::Whitespace [−][src]
Formatter whitespace
Variants
No whitespace
A space
A newline
Implementations
impl Whitespace[src]
pub fn write<F>(&self, f: &mut F, state: &mut FormattingState<'_>) -> Result where
F: Write, [src]
F: Write,
Write this whitespace to the output
Trait Implementations
impl Clone for Whitespace[src]
fn clone(&self) -> Whitespace[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for Whitespace[src]
impl Debug for Whitespace[src]
impl PartialEq<Whitespace> for Whitespace[src]
fn eq(&self, other: &Whitespace) -> bool[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl StructuralPartialEq for Whitespace[src]
Auto Trait Implementations
impl RefUnwindSafe for Whitespace
impl Send for Whitespace
impl Sync for Whitespace
impl Unpin for Whitespace
impl UnwindSafe for Whitespace
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> IntoResult<T> for T[src]
type Err = Infallible
pub fn into_result(self) -> Result<T, <T as IntoResult<T>>::Err>[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,