Enum php_codegen::Indentation
source ยท pub enum Indentation {
Spaces(usize),
Tabs(usize),
}
Variantsยง
Implementationsยง
Trait Implementationsยง
sourceยงimpl Clone for Indentation
impl Clone for Indentation
sourceยงfn clone(&self) -> Indentation
fn clone(&self) -> Indentation
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 Indentation
impl Debug for Indentation
sourceยงimpl Default for Indentation
impl Default for Indentation
sourceยงimpl Display for Indentation
impl Display for Indentation
sourceยงimpl PartialEq for Indentation
impl PartialEq for Indentation
sourceยงimpl PartialOrd for Indentation
impl PartialOrd for Indentation
impl Copy for Indentation
impl Eq for Indentation
impl StructuralPartialEq for Indentation
Auto Trait Implementationsยง
impl Freeze for Indentation
impl RefUnwindSafe for Indentation
impl Send for Indentation
impl Sync for Indentation
impl Unpin for Indentation
impl UnwindSafe for Indentation
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
sourceยงimpl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
sourceยงdefault unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
๐ฌThis is a nightly-only experimental API. (
clone_to_uninit
)sourceยงimpl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
sourceยงunsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
๐ฌThis is a nightly-only experimental API. (
clone_to_uninit
)